Searched refs:b_hdr (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/mpls/
H A Dmpls_iptunnel.c265 struct mpls_iptunnel_encap *b_hdr = mpls_lwtunnel_encap(b); local
268 if (a_hdr->labels != b_hdr->labels ||
269 a_hdr->ttl_propagate != b_hdr->ttl_propagate ||
270 a_hdr->default_ttl != b_hdr->default_ttl)
274 if (a_hdr->label[l] != b_hdr->label[l])
/linux-master/net/ipv6/
H A Drpl_iptunnel.c336 struct rpl_iptunnel_encap *b_hdr = rpl_encap_lwtunnel(b); local
339 if (len != RPL_IPTUNNEL_SRH_SIZE(b_hdr->srh))
342 return memcmp(a_hdr, b_hdr, len);
H A Dseg6_iptunnel.c716 struct seg6_iptunnel_encap *b_hdr = seg6_encap_lwtunnel(b); local
719 if (len != SEG6_IPTUN_ENCAP_SIZE(b_hdr))
722 return memcmp(a_hdr, b_hdr, len);

Completed in 154 milliseconds