Symbol: frag_hdr
drivers/net/wireless/intel/ipw2x00/libipw_tx.c
244
struct libipw_hdr_3addrqos *frag_hdr;
drivers/net/wireless/intel/ipw2x00/libipw_tx.c
427
frag_hdr = skb_put(skb_frag, hdr_len);
drivers/net/wireless/intel/ipw2x00/libipw_tx.c
434
memcpy(frag_hdr, &header, hdr_len);
drivers/net/wireless/intel/ipw2x00/libipw_tx.c
457
frag_hdr = skb_put_data(skb_frag, &header, hdr_len);
drivers/net/wireless/intel/ipw2x00/libipw_tx.c
462
frag_hdr->frame_ctl =
net/core/flow_dissector.c
1574
struct frag_hdr _fh, *fh;
net/core/skbuff.c
5991
struct frag_hdr *hp;
net/core/skbuff.c
5995
sizeof(struct frag_hdr),
net/core/skbuff.c
6000
hp = OPT_HDR(struct frag_hdr, skb, off);
net/core/skbuff.c
6006
off += sizeof(struct frag_hdr);
net/ieee802154/6lowpan/tx.c
138
u8 *frag_hdr, int frag_hdrlen,
net/ieee802154/6lowpan/tx.c
143
raw_dump_inline(__func__, " fragment header", frag_hdr, frag_hdrlen);
net/ieee802154/6lowpan/tx.c
149
skb_put_data(frag, frag_hdr, frag_hdrlen);
net/ieee802154/6lowpan/tx.c
163
u8 frag_hdr[5];
net/ieee802154/6lowpan/tx.c
170
frag_hdr[0] = LOWPAN_DISPATCH_FRAG1 | ((dgram_size >> 8) & 0x07);
net/ieee802154/6lowpan/tx.c
171
frag_hdr[1] = dgram_size & 0xff;
net/ieee802154/6lowpan/tx.c
172
memcpy(frag_hdr + 2, &frag_tag, sizeof(frag_tag));
net/ieee802154/6lowpan/tx.c
182
rc = lowpan_xmit_fragment(skb, wpan_hdr, frag_hdr,
net/ieee802154/6lowpan/tx.c
192
frag_hdr[0] &= ~LOWPAN_DISPATCH_FRAG1;
net/ieee802154/6lowpan/tx.c
193
frag_hdr[0] |= LOWPAN_DISPATCH_FRAGN;
net/ieee802154/6lowpan/tx.c
202
frag_hdr[4] = dgram_offset >> 3;
net/ieee802154/6lowpan/tx.c
204
rc = lowpan_xmit_fragment(skb, wpan_hdr, frag_hdr,
net/ipv6/exthdrs_core.c
250
start+offsetof(struct frag_hdr,
net/ipv6/exthdrs_core.c
94
start+offsetof(struct frag_hdr,
net/ipv6/ip6_offload.c
163
fptr = (struct frag_hdr *)((u8 *)ipv6h + err);
net/ipv6/ip6_offload.c
168
sizeof(struct frag_hdr));
net/ipv6/ip6_offload.c
98
struct frag_hdr *fptr;
net/ipv6/ip6_output.c
1368
+ fragheaderlen - sizeof(struct frag_hdr);
net/ipv6/ip6_output.c
1499
((mtu - fragheaderlen) & ~7) + fragheaderlen <= sizeof(struct frag_hdr))
net/ipv6/ip6_output.c
1503
sizeof(struct frag_hdr);
net/ipv6/ip6_output.c
1660
alloc_extra += sizeof(struct frag_hdr);
net/ipv6/ip6_output.c
1711
skb_reserve(skb, hh_len + sizeof(struct frag_hdr) +
net/ipv6/ip6_output.c
727
struct frag_hdr *fh;
net/ipv6/ip6_output.c
744
fh = __skb_push(skb, sizeof(struct frag_hdr));
net/ipv6/ip6_output.c
768
struct frag_hdr *fh;
net/ipv6/ip6_output.c
772
fh = __skb_push(frag, sizeof(struct frag_hdr));
net/ipv6/ip6_output.c
776
iter->offset += skb->len - hlen - sizeof(struct frag_hdr);
net/ipv6/ip6_output.c
813
struct frag_hdr *fh;
net/ipv6/ip6_output.c
826
frag = alloc_skb(len + state->hlen + sizeof(struct frag_hdr) +
net/ipv6/ip6_output.c
837
skb_put(frag, len + state->hlen + sizeof(struct frag_hdr));
net/ipv6/ip6_output.c
839
fh = (struct frag_hdr *)(skb_network_header(frag) + state->hlen);
net/ipv6/ip6_output.c
841
sizeof(struct frag_hdr));
net/ipv6/ip6_output.c
936
if (mtu < hlen + sizeof(struct frag_hdr) + 8)
net/ipv6/ip6_output.c
938
mtu -= hlen + sizeof(struct frag_hdr);
net/ipv6/ip6_output.c
957
skb_headroom(skb) < (hroom + sizeof(struct frag_hdr)))
net/ipv6/ip6_output.c
964
skb_headroom(frag) < (hlen + hroom + sizeof(struct frag_hdr)))
net/ipv6/ip6_tunnel.c
428
struct frag_hdr *frag_hdr = (struct frag_hdr *)hdr;
net/ipv6/ip6_tunnel.c
430
if (frag_hdr->frag_off)
net/ipv6/netfilter.c
140
if (mtu < hlen + sizeof(struct frag_hdr) + 8)
net/ipv6/netfilter.c
142
mtu -= hlen + sizeof(struct frag_hdr);
net/ipv6/netfilter.c
162
skb_headroom(skb) < (hroom + sizeof(struct frag_hdr)))
net/ipv6/netfilter.c
171
skb_headroom(frag2) < (hlen + hroom + sizeof(struct frag_hdr)))
net/ipv6/netfilter/ip6t_frag.c
37
struct frag_hdr _frag;
net/ipv6/netfilter/ip6t_frag.c
38
const struct frag_hdr *fh;
net/ipv6/netfilter/nf_conntrack_reasm.c
171
const struct frag_hdr *fhdr, int nhoff,
net/ipv6/netfilter/nf_conntrack_reasm.c
339
sizeof(struct frag_hdr);
net/ipv6/netfilter/nf_conntrack_reasm.c
349
memmove(skb->head + sizeof(struct frag_hdr), skb->head,
net/ipv6/netfilter/nf_conntrack_reasm.c
350
(skb->data - skb->head) - sizeof(struct frag_hdr));
net/ipv6/netfilter/nf_conntrack_reasm.c
352
skb->mac_header += sizeof(struct frag_hdr);
net/ipv6/netfilter/nf_conntrack_reasm.c
353
skb->network_header += sizeof(struct frag_hdr);
net/ipv6/netfilter/nf_conntrack_reasm.c
451
struct frag_hdr *fhdr;
net/ipv6/netfilter/nf_conntrack_reasm.c
479
fhdr = (struct frag_hdr *)skb_transport_header(skb);
net/ipv6/reassembly.c
109
struct frag_hdr *fhdr, int nhoff,
net/ipv6/reassembly.c
282
sizeof(struct frag_hdr);
net/ipv6/reassembly.c
290
memmove(skb->head + sizeof(struct frag_hdr), skb->head,
net/ipv6/reassembly.c
291
(skb->data - skb->head) - sizeof(struct frag_hdr));
net/ipv6/reassembly.c
293
skb->mac_header += sizeof(struct frag_hdr);
net/ipv6/reassembly.c
294
skb->network_header += sizeof(struct frag_hdr);
net/ipv6/reassembly.c
333
struct frag_hdr *fhdr;
net/ipv6/reassembly.c
350
sizeof(struct frag_hdr))))
net/ipv6/reassembly.c
354
fhdr = (struct frag_hdr *)skb_transport_header(skb);
net/ipv6/reassembly.c
358
skb->transport_header += sizeof(struct frag_hdr);
net/ipv6/udp_offload.c
101
fptr = (struct frag_hdr *)(skb_network_header(skb) + unfrag_ip6hlen);
net/ipv6/udp_offload.c
25
struct frag_hdr *fptr;
net/ipv6/udp_offload.c
28
u8 frag_hdr_sz = sizeof(struct frag_hdr);
net/ipv6/xfrm6_output.c
50
struct frag_hdr *fh;
net/ipv6/xfrm6_output.c
55
fh = (struct frag_hdr *)(skb->data + sizeof(struct ipv6hdr));
net/mptcp/protocol.c
1468
sizeof(struct frag_hdr))
net/netfilter/nf_log_syslog.c
599
struct frag_hdr _fhdr;
net/netfilter/nf_log_syslog.c
600
const struct frag_hdr *fh;
net/netfilter/nfnetlink_queue.c
1300
hdrlen = sizeof(struct frag_hdr);
tools/testing/selftests/bpf/prog_tests/flow_dissector.c
254
sizeof(struct frag_hdr),
tools/testing/selftests/bpf/prog_tests/flow_dissector.c
280
sizeof(struct frag_hdr),
tools/testing/selftests/bpf/progs/bpf_flow.c
367
struct frag_hdr *fragh, _fragh;