Home
last modified time | relevance | path

Searched refs:l3flag (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv6/
H A Dtcp_ipv6.c631 bool l3flag; in tcp_v6_parse_md5_keys() local
644 l3flag = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX; in tcp_v6_parse_md5_keys()
692 l3flag ? l3index : -1, false)) in tcp_v6_parse_md5_keys()
704 if (tcp_ao_required(sk, addr, AF_INET6, l3flag ? l3index : -1, false)) in tcp_v6_parse_md5_keys()
/linux/net/ipv4/
H A Dtcp_ipv4.c1484 bool l3flag; local
1497 l3flag = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX;
1535 if (tcp_ao_required(sk, addr, AF_INET, l3flag ? l3index : -1, false))