Searched refs:inp_upcall (Results 1 – 4 of 4) sorted by relevance
172 struct mbuf *(*inp_upcall)(void *, struct mbuf *, member
654 if (inp->inp_upcall != NULL) { in udp_sbappend()655 m = (*inp->inp_upcall)(inp->inp_upcall_arg, m, in udp_sbappend()
936 sotoinpcb(so)->inp_upcall = vxlan_input; in vxlan_tep_add_addr()
742 sotoinpcb(*so)->inp_upcall = wg_input; in wg_socket_open()