Searched defs:inpcb (Results 1 – 4 of 4) sorted by relevance
89 struct inpcb { struct101 struct inpcbtable *inp_table; argument102 struct inpcbpolicy *inp_sp; /* security policy */ argument118 struct inpcb in4p_pcb; argument125 #define in4p_faddr(inpcb) (((struct in4pcb *)(inpcb))->in4p_ip.ip_dst) argument126 #define in4p_laddr(inpcb) (((struct in4pcb *)(inpcb))->in4p_ip.ip_src) argument127 #define const_in4p_faddr(inpcb) (((const struct in4pcb *)(inpcb))->in4p_ip.ip_dst) argument128 #define const_in4p_laddr(inpcb) (((const struct in4pcb *)(inpcb))->in4p_ip.ip_src) argument129 #define in4p_ip(inpcb) (((struct in4pcb *)(inpcb))->in4p_ip) argument130 #define in4p_errormtu(inpcb) (((struct in4pcb *)(inpcb))->in4p_errormtu) argument[all …]
771 void (*notify)(struct inpcb *, int)) in inpcb_notify()800 void (*notify)(struct inpcb *, int)) in inpcb_notifyall()
239 void (*notify)(struct inpcb *, int)) in rip_pcbnotify()
604 void *cmdarg, void (*notify)(struct inpcb *, int)) in in6pcb_notify()