Searched refs:tcp_parse_ao (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/net/ipv6/ |
D | tcp_ao.c | 145 return tcp_parse_ao(sk, cmd, AF_INET6, optval, optlen); in tcp_v6_parse_ao()
|
/linux-6.12.1/include/net/ |
D | tcp_ao.h | 184 int tcp_parse_ao(struct sock *sk, int cmd, unsigned short int family,
|
/linux-6.12.1/net/ipv4/ |
D | tcp_ao.c | 2045 int tcp_parse_ao(struct sock *sk, int cmd, unsigned short int family, in tcp_parse_ao() function 2066 return tcp_parse_ao(sk, cmd, AF_INET, optval, optlen); in tcp_v4_parse_ao()
|