Searched refs:METHOD_ARGS (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netipsec/ |
| H A D | subr_ipsec.c | 245 #define METHOD_ARGS(...) __VA_ARGS__ macro 291 struct tcphdr *th, u_char *buf), METHOD_ARGS(m, th, buf) in IPSEC_KMOD_METHOD() 296 struct tcphdr *th, u_char *buf), METHOD_ARGS(m, th, buf) in IPSEC_KMOD_METHOD() 301 struct sockopt *sopt), METHOD_ARGS(inp, sopt) in IPSEC_KMOD_METHOD() 337 int off, int af), METHOD_ARGS(m, off, af) 342 struct sockopt *sopt), METHOD_ARGS(inp, sopt) 356 int offset, int proto), METHOD_ARGS(m, offset, proto) in IPSEC_KMOD_METHOD() 361 struct inpcb *inp), METHOD_ARGS(m, inp) in IPSEC_KMOD_METHOD() 371 struct inpcb *inp), METHOD_ARGS(m, inp) in IPSEC_KMOD_METHOD() 376 struct sockopt *sopt), METHOD_ARGS(inp, sopt) in IPSEC_KMOD_METHOD() [all …]
|