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

/freebsd-10.0-release/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 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
678 in6_pcblookup_local(struct inpcbinfo *pcbinfo, struct in6_addr *laddr, u_short lport, int lookupflags, struct ucred *cred) argument
771 in6_pcbpurgeif0(struct inpcbinfo *pcbinfo, struct ifnet *ifp) argument
845 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
979 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
1101 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
1135 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
1160 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.c903 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; local
/freebsd-10.0-release/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.c214 in_pcbinfo_init(struct inpcbinfo *pcbinfo, const char *name, argument
247 in_pcbinfo_destroy(struct inpcbinfo *pcbinfo) argument
269 in_pcballoc(struct socket *so, struct inpcbinfo *pcbinfo) argument
358 struct inpcbinfo *pcbinfo; local
505 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; local
1119 struct inpcbinfo *pcbinfo; local
1148 struct inpcbinfo *pcbinfo; local
1187 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; local
1325 in_pcbnotifyall(struct inpcbinfo *pcbinfo, struct in_addr faddr, int errno, struct inpcb *(*notify)(struct inpcb *, int)) argument
1351 in_pcbpurgeif0(struct inpcbinfo *pcbinfo, struct ifnet *ifp) argument
1396 in_pcblookup_local(struct inpcbinfo *pcbinfo, struct in_addr laddr, u_short lport, int lookupflags, struct ucred *cred) argument
1518 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
1661 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
1789 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
1823 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
1848 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
1887 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; local
1974 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; local
2018 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; local
[all...]
/freebsd-10.0-release/usr.bin/netstat/
H A Dinet.c185 struct inpcbinfo pcbinfo; local
[all...]

Completed in 94 milliseconds