Searched refs:NSH_BASE_HDR_LEN (Results 1 – 5 of 5) sorted by relevance
56 if (!pskb_may_pull(skb, NSH_BASE_HDR_LEN)) in nsh_pop()60 if (length < NSH_BASE_HDR_LEN) in nsh_pop()92 if (unlikely(!pskb_may_pull(skb, NSH_BASE_HDR_LEN))) in nsh_gso_segment()95 if (nsh_len < NSH_BASE_HDR_LEN) in nsh_gso_segment()
244 #define NSH_BASE_HDR_LEN 8 macro
346 return nla_total_size(NSH_BASE_HDR_LEN) /* OVS_NSH_KEY_ATTR_BASE */ in ovs_nsh_key_attr_size()1279 if (size < NSH_BASE_HDR_LEN) in nsh_hdr_from_nlattr()1298 if (mdlen > size - NSH_BASE_HDR_LEN) in nsh_hdr_from_nlattr()1305 if (mdlen > size - NSH_BASE_HDR_LEN) in nsh_hdr_from_nlattr()1317 nsh_set_flags_ttl_len(nh, flags, ttl, NSH_BASE_HDR_LEN + mdlen); in nsh_hdr_from_nlattr()
501 err = check_header(skb, nh_ofs + NSH_BASE_HDR_LEN); in parse_nsh()
656 if (!pskb_may_pull(skb, skb_network_offset(skb) + NSH_BASE_HDR_LEN)) in set_nsh()