Lines Matching defs:nlpcb
57 struct nlpcb {
75 CK_LIST_ENTRY(nlpcb) nl_next;
76 CK_LIST_ENTRY(nlpcb) nl_port_next;
81 #define sotonlpcb(so) ((struct nlpcb *)(so)->so_pcb)
100 CK_LIST_HEAD(nl_pid_head, nlpcb) ctl_port_head;
101 CK_LIST_HEAD(nlpcb_head, nlpcb) ctl_pcb_head;
131 void nl_set_thread_nlp(struct thread *td, struct nlpcb *nlp);
134 bool nl_send(struct nl_writer *, struct nlpcb *);
135 void nlmsg_ack(struct nlpcb *nlp, int error, struct nlmsghdr *nlmsg,
137 void nl_on_transmit(struct nlpcb *nlp);
140 void nl_schedule_taskqueue(struct nlpcb *nlp);
141 void nl_process_receive_locked(struct nlpcb *nlp);
190 struct nlpcb *nlp, bool waitok);
197 struct nlpcb * (*nl_get_thread_nlp)(struct thread *td);