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
1569
struct frag_hdr _fh, *fh;
net/core/skbuff.c
5981
struct frag_hdr *hp;
net/core/skbuff.c
5985
sizeof(struct frag_hdr),
net/core/skbuff.c
5990
hp = OPT_HDR(struct frag_hdr, skb, off);
net/core/skbuff.c
5996
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
243
start+offsetof(struct frag_hdr,
net/ipv6/exthdrs_core.c
91
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
1337
+ fragheaderlen - sizeof(struct frag_hdr);
net/ipv6/ip6_output.c
1468
((mtu - fragheaderlen) & ~7) + fragheaderlen <= sizeof(struct frag_hdr))
net/ipv6/ip6_output.c
1472
sizeof(struct frag_hdr);
net/ipv6/ip6_output.c
1629
alloc_extra += sizeof(struct frag_hdr);
net/ipv6/ip6_output.c
1683
skb_reserve(skb, hh_len + sizeof(struct frag_hdr) +
net/ipv6/ip6_output.c
703
struct frag_hdr *fh;
net/ipv6/ip6_output.c
720
fh = __skb_push(skb, sizeof(struct frag_hdr));
net/ipv6/ip6_output.c
744
struct frag_hdr *fh;
net/ipv6/ip6_output.c
748
fh = __skb_push(frag, sizeof(struct frag_hdr));
net/ipv6/ip6_output.c
752
iter->offset += skb->len - hlen - sizeof(struct frag_hdr);
net/ipv6/ip6_output.c
789
struct frag_hdr *fh;
net/ipv6/ip6_output.c
802
frag = alloc_skb(len + state->hlen + sizeof(struct frag_hdr) +
net/ipv6/ip6_output.c
813
skb_put(frag, len + state->hlen + sizeof(struct frag_hdr));
net/ipv6/ip6_output.c
815
fh = (struct frag_hdr *)(skb_network_header(frag) + state->hlen);
net/ipv6/ip6_output.c
817
sizeof(struct frag_hdr));
net/ipv6/ip6_output.c
907
if (mtu < hlen + sizeof(struct frag_hdr) + 8)
net/ipv6/ip6_output.c
909
mtu -= hlen + sizeof(struct frag_hdr);
net/ipv6/ip6_output.c
928
skb_headroom(skb) < (hroom + sizeof(struct frag_hdr)))
net/ipv6/ip6_output.c
935
skb_headroom(frag) < (hlen + hroom + sizeof(struct frag_hdr)))
net/ipv6/ip6_tunnel.c
425
struct frag_hdr *frag_hdr = (struct frag_hdr *)hdr;
net/ipv6/ip6_tunnel.c
427
if (frag_hdr->frag_off)
net/ipv6/netfilter.c
153
if (mtu < hlen + sizeof(struct frag_hdr) + 8)
net/ipv6/netfilter.c
155
mtu -= hlen + sizeof(struct frag_hdr);
net/ipv6/netfilter.c
174
skb_headroom(skb) < (hroom + sizeof(struct frag_hdr)))
net/ipv6/netfilter.c
183
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
351
skb->mac_header += sizeof(struct frag_hdr);
net/ipv6/netfilter/nf_conntrack_reasm.c
352
skb->network_header += sizeof(struct frag_hdr);
net/ipv6/netfilter/nf_conntrack_reasm.c
450
struct frag_hdr *fhdr;
net/ipv6/netfilter/nf_conntrack_reasm.c
478
fhdr = (struct frag_hdr *)skb_transport_header(skb);
net/ipv6/reassembly.c
109
struct frag_hdr *fhdr, int nhoff,
net/ipv6/reassembly.c
279
sizeof(struct frag_hdr);
net/ipv6/reassembly.c
287
memmove(skb->head + sizeof(struct frag_hdr), skb->head,
net/ipv6/reassembly.c
288
(skb->data - skb->head) - sizeof(struct frag_hdr));
net/ipv6/reassembly.c
290
skb->mac_header += sizeof(struct frag_hdr);
net/ipv6/reassembly.c
291
skb->network_header += sizeof(struct frag_hdr);
net/ipv6/reassembly.c
329
struct frag_hdr *fhdr;
net/ipv6/reassembly.c
344
sizeof(struct frag_hdr))))
net/ipv6/reassembly.c
348
fhdr = (struct frag_hdr *)skb_transport_header(skb);
net/ipv6/reassembly.c
352
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
1418
sizeof(struct frag_hdr))
net/netfilter/nf_log_syslog.c
588
struct frag_hdr _fhdr;
net/netfilter/nf_log_syslog.c
589
const struct frag_hdr *fh;
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;