Home
last modified time | relevance | path

Searched refs:pru_send_notsupp (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dprotosw.h255 int pru_send_notsupp(struct socket *so, int flags, struct mbuf *m,
/f-stack/freebsd/sys/
H A Dprotosw.h258 int pru_send_notsupp(struct socket *so, int flags, struct mbuf *m,
/f-stack/freebsd/kern/
H A Duipc_domain.c98 .pru_send = pru_send_notsupp,
H A Duipc_socket.c3736 pru_send_notsupp(struct socket *so, int flags, struct mbuf *m, function