Lines Matching refs:nlpcb
57 struct nlpcb { struct
74 CK_LIST_ENTRY(nlpcb) nl_next; argument
75 CK_LIST_ENTRY(nlpcb) nl_port_next;
80 #define sotonlpcb(so) ((struct nlpcb *)(so)->so_pcb) argument
99 CK_LIST_HEAD(nl_pid_head, nlpcb) ctl_port_head;
100 CK_LIST_HEAD(nlpcb_head, nlpcb) ctl_pcb_head;
127 void nl_set_thread_nlp(struct thread *td, struct nlpcb *nlp);
130 bool nl_send(struct nl_writer *, struct nlpcb *);
131 void nlmsg_ack(struct nlpcb *nlp, int error, struct nlmsghdr *nlmsg,
133 void nl_on_transmit(struct nlpcb *nlp);
136 void nl_schedule_taskqueue(struct nlpcb *nlp);
137 void nl_process_receive_locked(struct nlpcb *nlp);
167 struct nlpcb *nlp, bool waitok);
174 struct nlpcb * (*nl_get_thread_nlp)(struct thread *td);