Lines Matching refs:_INPCB_PTR
378 #define _INPCB_PTR(x) u_int32_t macro
381 #define _INPCB_PTR(x) x macro
412 _INPCB_PTR(caddr_t) inp_ppcb; /* per-protocol pcb */
413 _INPCB_PTR(struct inpcbinfo *) inp_pcbinfo; /* PCB list info */
414 _INPCB_PTR(void *) inp_socket; /* back pointer to socket */
418 _INPCB_PTR(struct inpcbport *) inp_phd; /* head of this list */
447 _INPCB_PTR(struct mbuf *) inp4_options;
449 _INPCB_PTR(struct ip_moptions *) inp4_moptions;
454 _INPCB_PTR(struct mbuf *) inp6_options;
459 _INPCB_PTR(struct ip6_pktopts *) inp6_outputopts;
461 _INPCB_PTR(struct ip6_moptions *) inp6_moptions;
463 _INPCB_PTR(struct icmp6_filter *) inp6_icmp6filt;
471 _INPCB_PTR(caddr_t) inp_saved_ppcb; /* pointer while cached */
472 _INPCB_PTR(struct inpcbpolicy *) inp_sp;