Lines Matching defs:table
144 #define INPCBHASH_PORT(table, lport) \ argument
146 #define INPCBHASH_BIND(table, laddr, lport) \ argument
149 #define INPCBHASH_CONNECT(table, faddr, fport, laddr, lport) \ argument
178 inpcb_init(struct inpcbtable *table, int bindhashsize, int connecthashsize) in inpcb_init()
202 struct inpcbtable *table = v; in inpcb_create() local
273 struct inpcbtable *table = inp->inp_table; in inpcb_set_port() local
369 struct inpcbtable *table = inp->inp_table; in inpcb_bind_port() local
769 inpcb_notify(struct inpcbtable *table, struct in_addr faddr, u_int fport_arg, in inpcb_notify()
799 inpcb_notifyall(struct inpcbtable *table, struct in_addr faddr, int errno, in inpcb_notifyall()
848 inpcb_purgeif0(struct inpcbtable *table, struct ifnet *ifp) in inpcb_purgeif0()
872 inpcb_purgeif(struct inpcbtable *table, struct ifnet *ifp) in inpcb_purgeif()
954 inpcb_lookup_local(struct inpcbtable *table, struct in_addr laddr, in inpcb_lookup_local()
1066 inpcb_lookup(struct inpcbtable *table, in inpcb_lookup()
1118 inpcb_lookup_bound(struct inpcbtable *table, in inpcb_lookup_bound()