Home
last modified time | relevance | path

Searched refs:inpcbinfo (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/netinet6/
H A Din6_pcb.h71 void in6_pcbpurgeif0(struct inpcbinfo *, struct ifnet *);
78 in6_pcblookup_local(struct inpcbinfo *,
82 in6_pcblookup_hash_locked(struct inpcbinfo *pcbinfo,
87 in6_pcblookup(struct inpcbinfo *, struct in6_addr *,
91 in6_pcblookup_mbuf(struct inpcbinfo *, struct in6_addr *,
94 void in6_pcbnotify(struct inpcbinfo *, struct sockaddr_in6 *, u_int,
H A Din6_pcb.c132 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; in in6_pcbsetport()
167 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; in in6_pcbbind()
426 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; in in6_pcbconnect()
626 in6_pcbnotify(struct inpcbinfo *pcbinfo, struct sockaddr_in6 *sa6_dst, in in6_pcbnotify()
794 in6_pcbpurgeif0(struct inpcbinfo *pcbinfo, struct ifnet *ifp) in in6_pcbpurgeif0()
865 in6_pcblookup_lbgroup(const struct inpcbinfo *pcbinfo, in in6_pcblookup_lbgroup()
952 in6_pcblookup_hash_exact(struct inpcbinfo *pcbinfo, in in6_pcblookup_hash_exact()
999 in6_pcblookup_hash_wild_smr(struct inpcbinfo *pcbinfo, in in6_pcblookup_hash_wild_smr()
1037 in6_pcblookup_hash_wild_locked(struct inpcbinfo *pcbinfo, in in6_pcblookup_hash_wild_locked()
1097 in6_pcblookup_hash_locked(struct inpcbinfo *pcbinfo, in in6_pcblookup_hash_locked()
[all …]
H A Dudp6_usrreq.c355 struct inpcbinfo *pcbinfo; in udp6_input()
549 udp6_common_ctlinput(struct ip6ctlparam *ip6cp, struct inpcbinfo *pcbinfo) in udp6_common_ctlinput()
826 struct inpcbinfo *pcbinfo; in udp6_send()
967 struct inpcbinfo *pcbinfo; in udp6_abort()
994 struct inpcbinfo *pcbinfo; in udp6_attach()
1031 struct inpcbinfo *pcbinfo; in udp6_bind()
1082 struct inpcbinfo *pcbinfo; in udp6_close()
1110 struct inpcbinfo *pcbinfo; in udp6_connect()
1221 struct inpcbinfo *pcbinfo; in udp6_disconnect()
H A Din6_ifattach.c84 VNET_DECLARE(struct inpcbinfo, ripcbinfo);
H A Draw_ip6.c118 VNET_DECLARE(struct inpcbinfo, ripcbinfo);
H A Din6_var.h836 struct inpcbinfo;
H A Dicmp6.c143 VNET_DECLARE(struct inpcbinfo, ripcbinfo);
/freebsd/sys/netinet/
H A Din_pcb.h182 struct inpcbinfo *inp_pcbinfo; /* (c) PCB list info */
306 int sysctl_setsockopt(SYSCTL_HANDLER_ARGS, struct inpcbinfo *pcbinfo,
329 struct inpcbinfo { struct
479 void inp_apply_all(struct inpcbinfo *, void (*func)(struct inpcb *, void *),
653 void in_pcbinfo_init(struct inpcbinfo *, struct inpcbstorage *,
655 void in_pcbinfo_destroy(struct inpcbinfo *);
659 void in_pcbpurgeif0(struct inpcbinfo *, struct ifnet *);
660 int in_pcballoc(struct socket *, struct inpcbinfo *);
676 in_pcblookup(struct inpcbinfo *, struct in_addr, u_int,
679 in_pcblookup_mbuf(struct inpcbinfo *, struct in_addr, u_int,
[all …]
H A Dudp_var.h151 VNET_DECLARE(struct inpcbinfo, udbinfo);
152 VNET_DECLARE(struct inpcbinfo, ulitecbinfo);
170 static __inline struct inpcbinfo *
H A Din_pcb.c351 struct inpcbinfo *pcbinfo; in in_pcbinslbgrouphash()
422 struct inpcbinfo *pcbinfo; in in_pcbremlbgrouphash()
457 struct inpcbinfo *pcbinfo; in in_pcblbgroup_numa()
542 in_pcbinfo_destroy(struct inpcbinfo *pcbinfo) in in_pcbinfo_destroy()
717 struct inpcbinfo *pcbinfo; in in_pcb_lport_dest()
878 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; in in_pcbbind_setup()
1544 const struct inpcbinfo *ipi = ii->ipi; in inp_next()
1721 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; in in_pcbfree()
2565 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; in in_pcbinshash()
2706 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; in in_pcbrehash()
[all …]
H A Dudp_usrreq.c146 VNET_DEFINE(struct inpcbinfo, udbinfo);
147 VNET_DEFINE(struct inpcbinfo, ulitecbinfo);
452 struct inpcbinfo *pcbinfo; in udp_input()
701 udp_common_ctlinput(struct icmp *icmp, struct inpcbinfo *pcbinfo) in udp_common_ctlinput()
1079 struct inpcbinfo *pcbinfo; in udp_send()
1496 struct inpcbinfo *pcbinfo; in udp_abort()
1515 struct inpcbinfo *pcbinfo; in udp_attach()
1571 struct inpcbinfo *pcbinfo; in udp_bind()
1605 struct inpcbinfo *pcbinfo; in udp_close()
1625 struct inpcbinfo *pcbinfo; in udp_connect()
[all …]
H A Din_pcb_var.h56 struct inpcb * in_pcblookup_local(struct inpcbinfo *, struct in_addr, u_short,
H A Draw_ip.c88 VNET_DEFINE(struct inpcbinfo, ripcbinfo);
151 struct inpcbinfo *pcbinfo = inp->inp_pcbinfo; in rip_inshash()
869 struct inpcbinfo *pcbinfo; in rip_dodisconnect()
H A Dip_var.h193 struct inpcbinfo;
H A Dtcp_var.h1315 VNET_DECLARE(struct inpcbinfo, tcbinfo);
H A Din.c123 VNET_DECLARE(struct inpcbinfo, ripcbinfo);
H A Dtcp_input.c225 VNET_DEFINE(struct inpcbinfo, tcbinfo);
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1124 struct inpcbinfo *pi; in check_uidgid()
2702 struct inpcbinfo *pi; in ipfw_chk()
/freebsd/sys/netpfil/pf/
H A Dpf.c4315 struct inpcbinfo *pi; in pf_socket_lookup()