Searched refs:NSH_BASE_HDR_LEN (Results 1 – 5 of 5) sorted by relevance
53 if (!pskb_may_pull(skb, NSH_BASE_HDR_LEN)) in nsh_pop()57 if (length < NSH_BASE_HDR_LEN) in nsh_pop()89 if (unlikely(!pskb_may_pull(skb, NSH_BASE_HDR_LEN))) in nsh_gso_segment()92 if (nsh_len < NSH_BASE_HDR_LEN) in nsh_gso_segment()
244 #define NSH_BASE_HDR_LEN 8 macro
336 return nla_total_size(NSH_BASE_HDR_LEN) /* OVS_NSH_KEY_ATTR_BASE */ in ovs_nsh_key_attr_size()1303 if (size < NSH_BASE_HDR_LEN) in nsh_hdr_from_nlattr()1322 if (mdlen > size - NSH_BASE_HDR_LEN) in nsh_hdr_from_nlattr()1329 if (mdlen > size - NSH_BASE_HDR_LEN) in nsh_hdr_from_nlattr()1341 nsh_set_flags_ttl_len(nh, flags, ttl, NSH_BASE_HDR_LEN + mdlen); in nsh_hdr_from_nlattr()
632 err = check_header(skb, nh_ofs + NSH_BASE_HDR_LEN); in parse_nsh()
616 if (!pskb_may_pull(skb, skb_network_offset(skb) + NSH_BASE_HDR_LEN)) in set_nsh()