Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dtcp_ipv6.c610 bool l3flag; in tcp_v6_parse_md5_keys() local
623 l3flag = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX; in tcp_v6_parse_md5_keys()
671 l3flag ? l3index : -1, false)) in tcp_v6_parse_md5_keys()
683 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.c1509 bool l3flag; local
1522 l3flag = cmd.tcpm_flags & TCP_MD5SIG_FLAG_IFINDEX;
1560 if (tcp_ao_required(sk, addr, AF_INET, l3flag ? l3index : -1, false))