a_hdr             484 net/ipv6/seg6_iptunnel.c 	struct seg6_iptunnel_encap *a_hdr = seg6_encap_lwtunnel(a);
a_hdr             486 net/ipv6/seg6_iptunnel.c 	int len = SEG6_IPTUN_ENCAP_SIZE(a_hdr);
a_hdr             491 net/ipv6/seg6_iptunnel.c 	return memcmp(a_hdr, b_hdr, len);
a_hdr             266 net/mpls/mpls_iptunnel.c 	struct mpls_iptunnel_encap *a_hdr = mpls_lwtunnel_encap(a);
a_hdr             270 net/mpls/mpls_iptunnel.c 	if (a_hdr->labels != b_hdr->labels ||
a_hdr             271 net/mpls/mpls_iptunnel.c 	    a_hdr->ttl_propagate != b_hdr->ttl_propagate ||
a_hdr             272 net/mpls/mpls_iptunnel.c 	    a_hdr->default_ttl != b_hdr->default_ttl)
a_hdr             275 net/mpls/mpls_iptunnel.c 	for (l = 0; l < a_hdr->labels; l++)
a_hdr             276 net/mpls/mpls_iptunnel.c 		if (a_hdr->label[l] != b_hdr->label[l])