nh_len           1345 drivers/net/ethernet/pasemi/pasemi_mac.c 	const int nh_len = skb_network_header_len(skb);
nh_len           1353 drivers/net/ethernet/pasemi/pasemi_mac.c 	       XCT_FUN_SHL(nh_len >> 2) | XCT_FUN_SE;
nh_len           1435 drivers/net/ethernet/pasemi/pasemi_mac.c 	const int nh_len = skb_network_header_len(skb);
nh_len           1465 drivers/net/ethernet/pasemi/pasemi_mac.c 			dflags |= XCT_MACTX_IPH(nh_len >> 2);
nh_len           1470 drivers/net/ethernet/pasemi/pasemi_mac.c 			dflags |= XCT_MACTX_IPH(nh_len >> 2);
nh_len           3078 net/core/filter.c 			int nh_len = flags & BPF_F_ADJ_ROOM_ENCAP_L3_IPV6 ?
nh_len           3082 net/core/filter.c 			skb_set_transport_header(skb, mac_len + nh_len);
nh_len           1071 net/netfilter/ipvs/ip_vs_core.c static inline int is_sctp_abort(const struct sk_buff *skb, int nh_len)
nh_len           1074 net/netfilter/ipvs/ip_vs_core.c 	sch = skb_header_pointer(skb, nh_len + sizeof(struct sctphdr),
nh_len           1083 net/netfilter/ipvs/ip_vs_core.c static inline int is_tcp_reset(const struct sk_buff *skb, int nh_len)
nh_len           1087 net/netfilter/ipvs/ip_vs_core.c 	th = skb_header_pointer(skb, nh_len, sizeof(_tcph), &_tcph);
nh_len            247 net/openvswitch/flow.c 	unsigned int nh_len;
nh_len            283 net/openvswitch/flow.c 	nh_len = payload_ofs - nh_ofs;
nh_len            284 net/openvswitch/flow.c 	skb_set_transport_header(skb, nh_ofs + nh_len);
nh_len            286 net/openvswitch/flow.c 	return nh_len;
nh_len            406 net/openvswitch/flow.c 			int nh_len)
nh_len            662 net/openvswitch/flow.c 		int nh_len;             /* IPv6 Header + Extensions */
nh_len            664 net/openvswitch/flow.c 		nh_len = parse_ipv6hdr(skb, key);
nh_len            665 net/openvswitch/flow.c 		if (unlikely(nh_len < 0)) {
nh_len            666 net/openvswitch/flow.c 			switch (nh_len) {
nh_len            676 net/openvswitch/flow.c 				error = nh_len;
nh_len            716 net/openvswitch/flow.c 				error = parse_icmpv6(skb, key, nh_len);