Searched refs:NSH_BASE_HDR_LEN (Results 1 – 5 of 5) sorted by relevance
54 if (!pskb_may_pull(skb, NSH_BASE_HDR_LEN)) in nsh_pop()58 if (length < NSH_BASE_HDR_LEN) in nsh_pop()91 if (unlikely(!pskb_may_pull(skb, NSH_BASE_HDR_LEN))) in nsh_gso_segment()94 if (nsh_len < NSH_BASE_HDR_LEN) in nsh_gso_segment()
244 #define NSH_BASE_HDR_LEN 8 macro
347 return nla_total_size(NSH_BASE_HDR_LEN) /* OVS_NSH_KEY_ATTR_BASE */ in ovs_nsh_key_attr_size()1319 if (size < NSH_BASE_HDR_LEN) in nsh_hdr_from_nlattr()1338 if (mdlen > size - NSH_BASE_HDR_LEN) in nsh_hdr_from_nlattr()1345 if (mdlen > size - NSH_BASE_HDR_LEN) in nsh_hdr_from_nlattr()1357 nsh_set_flags_ttl_len(nh, flags, ttl, NSH_BASE_HDR_LEN + mdlen); in nsh_hdr_from_nlattr()
636 err = check_header(skb, nh_ofs + NSH_BASE_HDR_LEN); in parse_nsh()
634 if (!pskb_may_pull(skb, skb_network_offset(skb) + NSH_BASE_HDR_LEN)) in set_nsh()