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