/freebsd/sys/netinet6/ |
H A D | in6_pcb.h | 71 void in6_pcbpurgeif0(struct inpcbinfo *, struct ifnet *); 77 struct inpcb *in6_pcblookup_local(struct inpcbinfo *, const struct in6_addr *, 79 struct inpcb *in6_pcblookup_hash_locked(struct inpcbinfo *pcbinfo, 83 struct inpcb *in6_pcblookup(struct inpcbinfo *, const struct in6_addr *, u_int, 85 struct inpcb *in6_pcblookup_mbuf(struct inpcbinfo *, const struct in6_addr *, 88 void in6_pcbnotify(struct inpcbinfo *, struct sockaddr_in6 *, u_int,
|
H A D | in6_pcb.c | 132 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; in in6_pcbsetport() 463 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; in in6_pcbconnect() 664 in6_pcbnotify(struct inpcbinfo *pcbinfo, struct sockaddr_in6 *sa6_dst, in in6_pcbnotify() 731 in6_pcblookup_local(struct inpcbinfo *pcbinfo, const struct in6_addr *laddr, in in6_pcblookup_local() 827 in6_pcbpurgeif0(struct inpcbinfo *pcbinfo, struct ifnet *ifp) in in6_pcbpurgeif0() 899 in6_pcblookup_lbgroup(const struct inpcbinfo *pcbinfo, in in6_pcblookup_lbgroup() 996 in6_pcblookup_hash_exact(struct inpcbinfo *pcbinfo, in in6_pcblookup_hash_exact() 1045 in6_pcblookup_hash_wild_smr(struct inpcbinfo *pcbinfo, in in6_pcblookup_hash_wild_smr() 1084 in6_pcblookup_hash_wild_locked(struct inpcbinfo *pcbinfo, in in6_pcblookup_hash_wild_locked() 1143 in6_pcblookup_hash_locked(struct inpcbinfo *pcbinfo, in in6_pcblookup_hash_locked() [all …]
|
H A D | udp6_usrreq.c | 355 struct inpcbinfo *pcbinfo; in udp6_input() 552 udp6_common_ctlinput(struct ip6ctlparam *ip6cp, struct inpcbinfo *pcbinfo) in udp6_common_ctlinput() 831 struct inpcbinfo *pcbinfo; in udp6_send() 972 struct inpcbinfo *pcbinfo; in udp6_abort() 999 struct inpcbinfo *pcbinfo; in udp6_attach() 1036 struct inpcbinfo *pcbinfo; in udp6_bind() 1090 struct inpcbinfo *pcbinfo; in udp6_close() 1118 struct inpcbinfo *pcbinfo; in udp6_connect() 1229 struct inpcbinfo *pcbinfo; in udp6_disconnect()
|
H A D | in6_ifattach.c | 84 VNET_DECLARE(struct inpcbinfo, ripcbinfo);
|
H A D | raw_ip6.c | 117 VNET_DECLARE(struct inpcbinfo, ripcbinfo);
|
H A D | in6_var.h | 836 struct inpcbinfo;
|
H A D | icmp6.c | 143 VNET_DECLARE(struct inpcbinfo, ripcbinfo);
|
/freebsd/sys/netinet/ |
H A D | in_pcb.h | 184 struct inpcbinfo *inp_pcbinfo; /* (c) PCB list info */ 307 int sysctl_setsockopt(SYSCTL_HANDLER_ARGS, struct inpcbinfo *pcbinfo, 330 struct inpcbinfo { struct 455 void inp_apply_all(struct inpcbinfo *, void (*func)(struct inpcb *, void *), 630 void in_pcbinfo_init(struct inpcbinfo *, struct inpcbstorage *, 632 void in_pcbinfo_destroy(struct inpcbinfo *); 636 void in_pcbpurgeif0(struct inpcbinfo *, struct ifnet *); 637 int in_pcballoc(struct socket *, struct inpcbinfo *); 651 in_pcblookup(struct inpcbinfo *, struct in_addr, u_int, 654 in_pcblookup_mbuf(struct inpcbinfo *, struct in_addr, u_int, [all …]
|
H A D | udp_var.h | 151 VNET_DECLARE(struct inpcbinfo, udbinfo); 152 VNET_DECLARE(struct inpcbinfo, ulitecbinfo); 172 static __inline struct inpcbinfo *
|
H A D | in_pcb.c | 139 static struct inpcb *in_pcblookup_hash_locked(struct inpcbinfo *pcbinfo, 300 struct inpcbinfo *pcbinfo; in in_pcblbgroup_find() 393 struct inpcbinfo *pcbinfo; in in_pcbinslbgrouphash() 466 struct inpcbinfo *pcbinfo; in in_pcbremlbgrouphash() 517 struct inpcbinfo *pcbinfo; in in_pcblbgroup_numa() 557 in_pcbinfo_init(struct inpcbinfo *pcbinfo, struct inpcbstorage *pcbstor, in in_pcbinfo_init() 586 in_pcbinfo_destroy(struct inpcbinfo *pcbinfo) in in_pcbinfo_destroy() 632 in_pcballoc(struct socket *so, struct inpcbinfo *pcbinfo) in in_pcballoc() 760 struct inpcbinfo *pcbinfo; in in_pcb_lport_dest() 1446 struct inpcbinfo *pcbinfo; in in_pcblisten() [all …]
|
H A D | udp_usrreq.c | 151 VNET_DEFINE(struct inpcbinfo, udbinfo); 152 VNET_DEFINE(struct inpcbinfo, ulitecbinfo); 467 struct inpcbinfo *pcbinfo; in udp_input() 720 udp_common_ctlinput(struct icmp *icmp, struct inpcbinfo *pcbinfo) in udp_common_ctlinput() 1098 struct inpcbinfo *pcbinfo; in udp_send() 1485 struct inpcbinfo *pcbinfo; in udp_abort() 1504 struct inpcbinfo *pcbinfo; in udp_attach() 1560 struct inpcbinfo *pcbinfo; in udp_bind() 1595 struct inpcbinfo *pcbinfo; in udp_close() 1615 struct inpcbinfo *pcbinfo; in udp_connect() [all …]
|
H A D | in_pcb_var.h | 56 struct inpcb *in_pcblookup_local(struct inpcbinfo *, struct in_addr, u_short,
|
H A D | raw_ip.c | 87 VNET_DEFINE(struct inpcbinfo, ripcbinfo); 156 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; in rip_inshash() 885 struct inpcbinfo *pcbinfo; in rip_dodisconnect()
|
H A D | ip_var.h | 193 struct inpcbinfo;
|
H A D | tcp_var.h | 1313 VNET_DECLARE(struct inpcbinfo, tcbinfo);
|
H A D | in.c | 123 VNET_DECLARE(struct inpcbinfo, ripcbinfo);
|
H A D | tcp_input.c | 230 VNET_DEFINE(struct inpcbinfo, tcbinfo);
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 1118 struct inpcbinfo *pi; in check_uidgid() 2781 struct inpcbinfo *pi; in ipfw_chk()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf.c | 4900 struct inpcbinfo *pi; in pf_socket_lookup()
|