Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dtcp_ipv6.c614 bool l3flag; in tcp_v6_parse_md5_keys() local
627 l3flag = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX; in tcp_v6_parse_md5_keys()
675 l3flag ? l3index : -1, false)) in tcp_v6_parse_md5_keys()
687 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.c1513 bool l3flag; local
1526 l3flag = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX;
1564 if (tcp_ao_required(sk, addr, AF_INET, l3flag ? l3index : -1, false))