include/net/tcp_ao.h
183
int tcp_parse_ao(struct sock *sk, int cmd, unsigned short int family,
net/ipv4/tcp_ao.c
2070
return tcp_parse_ao(sk, cmd, AF_INET, optval, optlen);
net/ipv6/tcp_ao.c
145
return tcp_parse_ao(sk, cmd, AF_INET6, optval, optlen);