Searched refs:inp (Results 126 - 150 of 163) sorted by relevance

1234567

/freebsd-9.3-release/etc/
H A Dprotocols42 merit-inp 32 MERIT-INP # MERIT Internodal Protocol
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c997 if (s->key[idx]->inp)
998 s->key[idx]->inp->inp_pf_sk = NULL;
2979 struct inpcb *inp; local
3042 inp = in_pcblookup(pi, saddr->v4, sport, daddr->v4,
3044 if (inp == NULL) {
3045 inp = in_pcblookup(pi, saddr->v4, sport,
3048 if (inp == NULL)
3052 inp = in_pcbhashlookup(tb, saddr->v4, sport, daddr->v4, dport);
3053 if (inp == NULL) {
3054 inp
3334 pf_test_rule(struct pf_rule **rm, struct pf_state **sm, int direction, struct pfi_kif *kif, struct mbuf *m, int off, void *h, struct pf_pdesc *pd, struct pf_rule **am, struct pf_ruleset **rsm, struct ifqueue *ifq, struct inpcb *inp) argument
6654 pf_test(int dir, struct ifnet *ifp, struct mbuf **m0, struct ether_header *eh, struct inpcb *inp) argument
7143 pf_test6(int dir, struct ifnet *ifp, struct mbuf **m0, struct ether_header *eh, struct inpcb *inp) argument
[all...]
H A Dpf_ioctl.c233 int dir, struct inpcb *inp);
235 int dir, struct inpcb *inp);
239 int dir, struct inpcb *inp);
241 int dir, struct inpcb *inp);
4111 struct inpcb *inp)
4131 chk = pf_test(PF_IN, ifp, m, NULL, inp);
4148 struct inpcb *inp)
4168 chk = pf_test(PF_OUT, ifp, m, NULL, inp);
4187 struct inpcb *inp)
4202 NULL, inp);
4110 pf_check_in(void *arg, struct mbuf **m, struct ifnet *ifp, int dir, struct inpcb *inp) argument
4147 pf_check_out(void *arg, struct mbuf **m, struct ifnet *ifp, int dir, struct inpcb *inp) argument
4186 pf_check6_in(void *arg, struct mbuf **m, struct ifnet *ifp, int dir, struct inpcb *inp) argument
4212 pf_check6_out(void *arg, struct mbuf **m, struct ifnet *ifp, int dir, struct inpcb *inp) argument
[all...]
/freebsd-9.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.h135 struct inpcb *inp; /* listening socket's inp */ member in struct:listen_ctx
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_file.c327 caddr_t inp, buf; /* BSD-format */ local
398 inp = buf;
415 bdp = (struct dirent *) inp;
417 inp += bdp->d_reclen;
426 bdp = (struct dirent *) inp;
434 inp += reclen;
494 inp += reclen;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoff64-rs6000.c295 _bfd_xcoff64_swap_lineno_out (abfd, inp, outp)
297 PTR inp;
300 struct internal_lineno *in = (struct internal_lineno *) inp;
333 _bfd_xcoff64_swap_sym_out (abfd, inp, extp)
335 PTR inp;
338 struct internal_syment *in = (struct internal_syment *) inp;
441 _bfd_xcoff64_swap_aux_out (abfd, inp, type, class, indx, numaux, extp)
443 PTR inp;
450 union internal_auxent *in = (union internal_auxent *) inp;
H A DpeXXigen.c194 _bfd_XXi_swap_sym_out (bfd * abfd, void * inp, void * extp)
196 struct internal_syment *in = (struct internal_syment *) inp;
294 void * inp,
301 union internal_auxent *in = (union internal_auxent *) inp;
377 _bfd_XXi_swap_lineno_out (bfd * abfd, void * inp, void * outp)
379 struct internal_lineno *in = (struct internal_lineno *) inp;
193 _bfd_XXi_swap_sym_out(bfd * abfd, void * inp, void * extp) argument
292 _bfd_XXi_swap_aux_out(bfd * abfd, void * inp, int type, int class, int indx ATTRIBUTE_UNUSED, int numaux ATTRIBUTE_UNUSED, void * extp) argument
376 _bfd_XXi_swap_lineno_out(bfd * abfd, void * inp, void * outp) argument
/freebsd-9.3-release/sys/netinet6/
H A Dip6_output.c230 struct ifnet **ifpp, struct inpcb *inp)
268 if (inp != NULL)
269 M_SETFIB(m, inp->inp_inc.inc_fibnum);
301 switch(ip6_ipsec_output(&m, inp, &flags, &error, &ifp, &sp))
650 &rt, inp ? inp->inp_inc.inc_fibnum : M_GETFIB(m));
812 &alwaysfrag, inp ? inp->inp_inc.inc_fibnum : M_GETFIB(m))) != 0)
885 error = pfil_run_hooks(&V_inet6_pfil_hook, &m, ifp, PFIL_OUT, inp);
228 ip6_output(struct mbuf *m0, struct ip6_pktopts *opt, struct route_in6 *ro, int flags, struct ip6_moptions *im6o, struct ifnet **ifpp, struct inpcb *inp) argument
H A Dip6_var.h449 struct inpcb *inp, struct route_in6 *, struct ucred *cred,
H A Dicmp6.c2848 struct inpcb *inp = sotoinpcb(so); local
2876 INP_WLOCK(inp);
2877 *inp->in6p_icmp6filt = ic6f;
2878 INP_WUNLOCK(inp);
2895 INP_RLOCK(inp);
2896 ic6f = *inp->in6p_icmp6filt;
2897 INP_RUNLOCK(inp);
/freebsd-9.3-release/sys/kern/
H A Dkern_prot.c1747 cr_canseeinpcb(struct ucred *cred, struct inpcb *inp) argument
1751 error = prison_check(cred, inp->inp_cred);
1755 INP_LOCK_ASSERT(inp);
1756 error = mac_inpcb_check_visible(cred, inp);
1760 if (cr_seeotheruids(cred, inp->inp_cred))
1762 if (cr_seeothergids(cred, inp->inp_cred))
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c1325 dt_idnode_t *inp = idp->di_iarg; local
1337 if (inp->din_argv[i] != NULL) {
1338 pinp = inp->din_argv[i]->di_iarg;
1344 dt_cg_node(inp->din_root, dlp, drp);
1345 dnp->dn_reg = inp->din_root->dn_reg;
1346 dt_cg_typecast(inp->din_root, dnp, dlp, drp);
1349 for (i = 0; i < inp->din_argc; i++) {
1350 pinp = inp->din_argv[i]->di_iarg;
/freebsd-9.3-release/sys/netinet/
H A Dsctp_lock_bsd.h225 mtx_init(&(_inp)->inp_mtx, "sctp-inp", "inp", MTX_DEF | MTX_DUPOK)
470 #define SCTP_INP_SO(sctpinp) (sctpinp)->ip_inp.inp.inp_socket
H A Dsctp_structs.h64 struct sctp_inpcb *inp; member in struct:sctp_foo_stuff
89 * asoc_state, void-ptr-arg, uint32-arg, end_func, inp);
96 * flags STILL apply so if the inp you specify has different pcb_flags then
98 * assure the inp you specify gets treated.
138 struct sctp_inpcb *inp; /* current endpoint */ member in struct:sctp_iterator
163 struct sctp_inpcb *inp; /* ep */ member in struct:sctp_copy_all
638 * pad that bulks up both the inp and stcb. The non
H A Dsctp_indata.c202 sctp_build_ctl_nchunk(struct sctp_inpcb *inp, struct sctp_sndrcvinfo *sinfo) argument
214 if (sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT) &&
215 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVRCVINFO) &&
216 sctp_is_feature_off(inp, SCTP_PCB_FLAGS_RECVNXTINFO)) {
221 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVRCVINFO)) {
225 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVNXTINFO) &&
232 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVDATAIOEVNT)) {
233 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_EXT_RCVINFO)) {
258 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVRCVINFO)) {
296 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_RECVDATAIOEVN
2294 sctp_process_data(struct mbuf **mm, int iphlen, int *offset, int length, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net, uint32_t * high_tsn, uint8_t use_mflowid, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
[all...]
H A Dsctp_uio.h825 void *inp; /* FIXME: LP64 issue */ member in struct:sctp_lock_log
869 void *inp; /* FIXME: LP64 issue */ member in struct:sctp_log_closing
1039 uint32_t sctps_timoinpkill; /* Number of inp free timers expired */
/freebsd-9.3-release/sys/netipsec/
H A Dipsec.h397 extern int ipsec_set_policy __P((struct inpcb *inp, int optname,
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.c877 struct inpcb *inp; local
908 inp = sotoinpcb(so);
909 INP_WLOCK(inp);
910 tp = intotcpcb(inp);
919 INP_WUNLOCK(inp);
H A Diw_cxgb_cm.c196 struct inpcb *inp = sotoinpcb(so); local
201 INP_WLOCK(inp);
202 tp = intotcpcb(inp);
218 INP_WUNLOCK(inp);
/freebsd-9.3-release/sys/security/mac_biba/
H A Dmac_biba.c1145 biba_inpcb_check_deliver(struct inpcb *inp, struct label *inplabel, argument
1160 biba_inpcb_check_visible(struct ucred *cred, struct inpcb *inp, argument
1179 struct inpcb *inp, struct label *inplabel)
1192 biba_inpcb_create_mbuf(struct inpcb *inp, struct label *inplabel, argument
1205 struct inpcb *inp, struct label *inplabel)
2296 biba_syncache_create(struct label *label, struct inpcb *inp) argument
2300 source = SLOT(inp->inp_label);
1178 biba_inpcb_create(struct socket *so, struct label *solabel, struct inpcb *inp, struct label *inplabel) argument
1204 biba_inpcb_sosetlabel(struct socket *so, struct label *solabel, struct inpcb *inp, struct label *inplabel) argument
/freebsd-9.3-release/sys/security/mac_lomac/
H A Dmac_lomac.c1259 lomac_inpcb_check_deliver(struct inpcb *inp, struct label *inplabel, argument
1274 lomac_inpcb_check_visible(struct ucred *cred, struct inpcb *inp, argument
1293 struct inpcb *inp, struct label *inplabel)
1304 lomac_inpcb_create_mbuf(struct inpcb *inp, struct label *inplabel, argument
1317 struct inpcb *inp, struct label *inplabel)
2118 lomac_syncache_create(struct label *label, struct inpcb *inp) argument
2122 source = SLOT(inp->inp_label);
1292 lomac_inpcb_create(struct socket *so, struct label *solabel, struct inpcb *inp, struct label *inplabel) argument
1316 lomac_inpcb_sosetlabel(struct socket *so, struct label *solabel, struct inpcb *inp, struct label *inplabel) argument
/freebsd-9.3-release/sys/security/mac_mls/
H A Dmac_mls.c1063 mls_inpcb_check_deliver(struct inpcb *inp, struct label *inplabel, argument
1078 mls_inpcb_check_visible(struct ucred *cred, struct inpcb *inp, argument
1096 mls_inpcb_create(struct socket *so, struct label *solabel, struct inpcb *inp, argument
1108 mls_inpcb_create_mbuf(struct inpcb *inp, struct label *inplabel, argument
1121 struct inpcb *inp, struct label *inplabel)
2000 mls_syncache_create(struct label *label, struct inpcb *inp) argument
2004 source = SLOT(inp->inp_label);
1120 mls_inpcb_sosetlabel(struct socket *so, struct label *solabel, struct inpcb *inp, struct label *inplabel) argument
/freebsd-9.3-release/sys/security/mac_test/
H A Dmac_test.c644 test_inpcb_check_deliver(struct inpcb *inp, struct label *inplabel, argument
657 test_inpcb_check_visible(struct ucred *cred, struct inpcb *inp, argument
671 struct inpcb *inp, struct label *inplabel)
683 test_inpcb_create_mbuf(struct inpcb *inp, struct label *inplabel, argument
719 struct inpcb *inp, struct label *inplabel)
1927 test_syncache_create(struct label *label, struct inpcb *inp) argument
670 test_inpcb_create(struct socket *so, struct label *solabel, struct inpcb *inp, struct label *inplabel) argument
718 test_inpcb_sosetlabel(struct socket *so, struct label *solabel, struct inpcb *inp, struct label *inplabel) argument
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_conv.c938 u_char *inp, *outp, inbuf[3]; local
949 inp = inbuf;
950 msdosfs_iconv->convchr(pmp->pm_w2u, (const char **)&inp, &ilen,
/freebsd-9.3-release/sys/sys/
H A Dsystm.h278 int cr_canseeinpcb(struct ucred *cred, struct inpcb *inp);

Completed in 346 milliseconds

1234567