Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dipsec_support.h85 int (*pcbctl)(struct inpcb *, struct sockopt *); member
99 int (*pcbctl)(struct inpcb *, struct sockopt *); member
120 (*tcp_ipsec_support->methods->pcbctl)(inp, sopt)
165 (*(proto ## _ipsec_support)->methods->pcbctl)(inp, sopt)
H A Dipsec_mod.c60 .pcbctl = ipsec4_pcbctl,
82 .pcbctl = ipsec6_pcbctl,
H A Dsubr_ipsec.c287 pcbctl, METHOD_DECL(struct tcpmd5_support * const sc, struct inpcb *inp, in IPSEC_KMOD_METHOD()
368 pcbctl, METHOD_DECL(struct ipsec_support * const sc, struct inpcb *inp, in IPSEC_KMOD_METHOD()
H A Dxform_tcp.c394 .pcbctl = tcp_ipsec_pcbctl,