Home
last modified time | relevance | path

Searched refs:udp_pcbctl (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netipsec/
H A Dipsec_mod.c66 .udp_pcbctl = udp_ipsec_pcbctl,
88 .udp_pcbctl = udp_ipsec_pcbctl,
H A Dipsec_support.h91 int (*udp_pcbctl)(struct inpcb *, struct sockopt *); member
176 (*(proto ## _ipsec_support)->methods->udp_pcbctl)(inp, sopt)
H A Dsubr_ipsec.c337 udp_pcbctl, METHOD_DECL(struct ipsec_support * const sc, struct inpcb *inp, in IPSEC_KMOD_METHOD()