Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dipsec_support.h52 int (*pcbctl)(struct inpcb *, struct sockopt *); member
66 int (*pcbctl)(struct inpcb *, struct sockopt *); member
87 (*tcp_ipsec_support->methods->pcbctl)(inp, sopt)
132 (*(proto ## _ipsec_support)->methods->pcbctl)(inp, sopt)
H A Dipsec_mod.c63 .pcbctl = ipsec4_pcbctl,
84 .pcbctl = ipsec6_pcbctl,
H A Dsubr_ipsec.c300 pcbctl, METHOD_DECL(struct tcpmd5_support * const sc, struct inpcb *inp, in IPSEC_KMOD_METHOD()
375 pcbctl, METHOD_DECL(struct ipsec_support * const sc, struct inpcb *inp, in IPSEC_KMOD_METHOD()
H A Dxform_tcp.c379 .pcbctl = tcp_ipsec_pcbctl,