Lines Matching defs:sopt
119 #define TCPMD5_PCBCTL(inp, sopt) \
120 (*tcp_ipsec_support->methods->pcbctl)(inp, sopt)
142 #define TCPMD5_PCBCTL(inp, sopt) \
143 tcpmd5_kmod_pcbctl(tcp_ipsec_support, inp, sopt)
164 #define IPSEC_PCBCTL(proto, inp, sopt) \
165 (*(proto ## _ipsec_support)->methods->pcbctl)(inp, sopt)
175 #define UDPENCAP_PCBCTL(proto, inp, sopt) \
176 (*(proto ## _ipsec_support)->methods->udp_pcbctl)(inp, sopt)
207 #define UDPENCAP_PCBCTL(proto, inp, sopt) \
208 ipsec_kmod_udp_pcbctl(proto ## _ipsec_support, inp, sopt)