Searched defs:pcbinfo (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/netinet6/
H A Din6_pcbgroup.c50 in6_pcbgroup_getbucket(struct inpcbinfo *pcbinfo, uint32_t hash) argument
61 in6_pcbgroup_byhash(struct inpcbinfo *pcbinfo, u_int hashtype, uint32_t hash) argument
68 in6_pcbgroup_bymbuf(struct inpcbinfo *pcbinfo, struct mbuf *m) argument
76 in6_pcbgroup_bytuple(struct inpcbinfo *pcbinfo, const struct in6_addr *laddrp, argument
H A Dudp6_usrreq.c196 struct inpcbinfo *pcbinfo; local
497 udp6_common_ctlinput(int cmd, struct sockaddr *sa, void *d, struct inpcbinfo *pcbinfo) argument
869 struct inpcbinfo *pcbinfo; local
900 struct inpcbinfo *pcbinfo; local
948 struct inpcbinfo *pcbinfo; local
997 struct inpcbinfo *pcbinfo; local
1027 struct inpcbinfo *pcbinfo; local
1109 struct inpcbinfo *pcbinfo; local
1130 struct inpcbinfo *pcbinfo; local
1171 struct inpcbinfo *pcbinfo; local
[all...]
H A Din6_pcb.c115 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; local
380 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; local
573 in6_pcbnotify(struct inpcbinfo *pcbinfo, struc argument
672 in6_pcblookup_local(struct inpcbinfo *pcbinfo, struct in6_addr *laddr, u_short lport, int lookupflags, struct ucred *cred) argument
765 in6_pcbpurgeif0(struct inpcbinfo *pcbinfo, struct ifnet *ifp) argument
839 in6_pcblookup_group(struct inpcbinfo *pcbinfo, struct inpcbgroup *pcbgroup, struct in6_addr *faddr, u_int fport_arg, struct in6_addr *laddr, u_int lport_arg, int lookupflags, struct ifnet *ifp) argument
973 in6_pcblookup_hash_locked(struct inpcbinfo *pcbinfo, struct in6_addr *faddr, u_int fport_arg, struct in6_addr *laddr, u_int lport_arg, int lookupflags, struct ifnet *ifp) argument
1095 in6_pcblookup_hash(struct inpcbinfo *pcbinfo, struct in6_addr *faddr, u_int fport, struct in6_addr *laddr, u_int lport, int lookupflags, struct ifnet *ifp) argument
1129 in6_pcblookup(struct inpcbinfo *pcbinfo, struct in6_addr *faddr, u_int fport, struct in6_addr *laddr, u_int lport, int lookupflags, struct ifnet *ifp) argument
1154 in6_pcblookup_mbuf(struct inpcbinfo *pcbinfo, struct in6_addr *faddr, u_int fport, struct in6_addr *laddr, u_int lport, int lookupflags, struct ifnet *ifp, struct mbuf *m) argument
[all...]
H A Din6_src.c929 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; local
/freebsd-10-stable/sys/netinet/
H A Din_pcbgroup.c107 in_pcbgroup_init(struct inpcbinfo *pcbinfo, u_int hashfields, argument
157 in_pcbgroup_destroy(struct inpcbinfo *pcbinfo) argument
185 in_pcbgroup_getbucket(struct inpcbinfo *pcbinfo, uint32_t hash) argument
196 in_pcbgroup_byhash(struct inpcbinfo *pcbinfo, u_int hashtype, uint32_t hash) argument
203 in_pcbgroup_bymbuf(struct inpcbinfo *pcbinfo, struct mbuf *m) argument
211 in_pcbgroup_bytuple(struct inpcbinfo *pcbinfo, struct in_addr laddr, u_short lport, struct in_addr faddr, u_short fport) argument
243 struct inpcbinfo *pcbinfo; local
265 struct inpcbinfo *pcbinfo; local
312 in_pcbgroup_update_internal(struct inpcbinfo *pcbinfo, struct inpcbgroup *newpcbgroup, struct inpcb *inp) argument
363 struct inpcbinfo *pcbinfo; local
389 struct inpcbinfo *pcbinfo; local
453 in_pcbgroup_enabled(struct inpcbinfo *pcbinfo) argument
[all...]
H A Draw_ip.c151 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; local
852 struct inpcbinfo *pcbinfo; local
H A Din_pcb.c210 in_pcbinfo_init(struct inpcbinfo *pcbinfo, const char *name, argument
244 in_pcbinfo_destroy(struct inpcbinfo *pcbinfo) argument
267 in_pcballoc(struct socket *so, struct inpcbinfo *pcbinfo) argument
365 struct inpcbinfo *pcbinfo; local
513 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; local
1127 struct inpcbinfo *pcbinfo; local
1156 struct inpcbinfo *pcbinfo; local
1204 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; local
1350 in_pcbnotifyall(struct inpcbinfo *pcbinfo, struct in_addr faddr, int errno, struct inpcb *(*notify)(struct inpcb *, int)) argument
1376 in_pcbpurgeif0(struct inpcbinfo *pcbinfo, struct ifnet *ifp) argument
1421 in_pcblookup_local(struct inpcbinfo *pcbinfo, struct in_addr laddr, u_short lport, int lookupflags, struct ucred *cred) argument
1543 in_pcblookup_group(struct inpcbinfo *pcbinfo, struct inpcbgroup *pcbgroup, struct in_addr faddr, u_int fport_arg, struct in_addr laddr, u_int lport_arg, int lookupflags, struct ifnet *ifp) argument
1686 in_pcblookup_hash_locked(struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport_arg, struct in_addr laddr, u_int lport_arg, int lookupflags, struct ifnet *ifp) argument
1814 in_pcblookup_hash(struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport, struct in_addr laddr, u_int lport, int lookupflags, struct ifnet *ifp) argument
1848 in_pcblookup(struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport, struct in_addr laddr, u_int lport, int lookupflags, struct ifnet *ifp) argument
1873 in_pcblookup_mbuf(struct inpcbinfo *pcbinfo, struct in_addr faddr, u_int fport, struct in_addr laddr, u_int lport, int lookupflags, struct ifnet *ifp, struct mbuf *m) argument
1912 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; local
1999 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; local
2043 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; local
[all...]
H A Dudp_usrreq.c378 struct inpcbinfo *pcbinfo; local
726 udp_common_ctlinput(int cmd, struct sockaddr *sa, void *vip, struct inpcbinfo *pcbinfo) argument
1087 struct inpcbinfo *pcbinfo; local
1573 struct inpcbinfo *pcbinfo; local
1593 struct inpcbinfo *pcbinfo; local
1654 struct inpcbinfo *pcbinfo; local
1672 struct inpcbinfo *pcbinfo; local
1692 struct inpcbinfo *pcbinfo; local
1723 struct inpcbinfo *pcbinfo; local
1746 struct inpcbinfo *pcbinfo; local
[all...]
/freebsd-10-stable/usr.bin/netstat/
H A Dinet.c185 struct inpcbinfo pcbinfo; local
[all...]

Completed in 123 milliseconds