Symbol: sctphdr
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
1434
(sizeof(struct sctphdr) >> 2));
drivers/net/ethernet/huawei/hinic/hinic_tx.c
257
*l4_len = sizeof(struct sctphdr);
drivers/net/ethernet/intel/i40e/i40e_txrx.c
281
struct sctphdr *sctp;
drivers/net/ethernet/intel/i40e/i40e_txrx.c
286
sctp = (struct sctphdr *)tmp;
drivers/net/ethernet/intel/i40e/i40e_txrx.c
3396
offset |= (sizeof(struct sctphdr) >> 2) <<
drivers/net/ethernet/intel/iavf/iavf_fdir.c
460
struct sctphdr *sctph = (struct sctphdr *)hdr->buffer;
drivers/net/ethernet/intel/iavf/iavf_txrx.c
1980
offset |= (sizeof(struct sctphdr) >> 2) <<
drivers/net/ethernet/intel/ice/ice_txrx.c
1778
l4_len = sizeof(struct sctphdr) >> 2;
drivers/net/ethernet/intel/ice/virt/fdir.c
1026
sctph = (struct sctphdr *)hdr->buffer;
drivers/net/ethernet/intel/ice/virt/fdir.c
945
struct sctphdr *sctph;
drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
163
l4_len = sizeof(struct sctphdr) >> 2;
drivers/net/ethernet/intel/igb/igb_main.c
6163
case offsetof(struct sctphdr, checksum):
drivers/net/ethernet/intel/igbvf/netdev.c
2085
case offsetof(struct sctphdr, checksum):
drivers/net/ethernet/intel/igc/igc_main.c
1195
case offsetof(struct sctphdr, checksum):
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
8828
case offsetof(struct sctphdr, checksum):
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
3916
case offsetof(struct sctphdr, checksum):
drivers/net/ethernet/wangxun/libwx/wx_lib.c
1544
mss_l4len_idx = sizeof(struct sctphdr) <<
include/linux/sctp.h
52
static inline struct sctphdr *sctp_hdr(const struct sk_buff *skb)
include/linux/sctp.h
54
return (struct sctphdr *)skb_transport_header(skb);
include/net/sctp/checksum.h
30
struct sctphdr *sh = (struct sctphdr *)(skb->data + offset);
include/net/sctp/sctp.h
138
struct sctphdr *, struct sctp_association **,
include/net/sctp/sctp.h
573
__u32 overhead = sizeof(struct sctphdr) + extra;
include/net/sctp/sctp.h
621
sizeof(struct sctphdr);
include/net/sctp/structs.h
599
struct sctphdr *sctp_hdr;
kernel/audit.c
2552
struct sctphdr _sctph;
kernel/audit.c
2553
const struct sctphdr *sh;
kernel/audit.c
2618
struct sctphdr _sctph;
kernel/audit.c
2619
const struct sctphdr *sh;
net/core/dev.c
3644
offset = start + offsetof(struct sctphdr, checksum);
net/core/flow_dissector.c
1963
poff += sizeof(struct sctphdr);
net/core/gso.c
157
thlen = sizeof(struct sctphdr);
net/netfilter/ipset/ip_set_getport.c
42
struct sctphdr _sh;
net/netfilter/ipset/ip_set_getport.c
43
const struct sctphdr *sh;
net/netfilter/ipvs/ip_vs_core.c
1054
sch = skb_header_pointer(skb, nh_len + sizeof(struct sctphdr),
net/netfilter/ipvs/ip_vs_core.c
1088
sch = skb_header_pointer(skb, iph->len + sizeof(struct sctphdr),
net/netfilter/ipvs/ip_vs_proto_sctp.c
143
struct sctphdr *sctph;
net/netfilter/ipvs/ip_vs_proto_sctp.c
192
struct sctphdr *sh;
net/netfilter/ipvs/ip_vs_proto_sctp.c
195
sh = (struct sctphdr *)(skb->data + sctphoff);
net/netfilter/ipvs/ip_vs_proto_sctp.c
24
struct sctphdr *sh, _sctph;
net/netfilter/ipvs/ip_vs_proto_sctp.c
388
cofs = ihl + sizeof(struct sctphdr);
net/netfilter/ipvs/ip_vs_proto_sctp.c
84
static void sctp_nat_csum(struct sk_buff *skb, struct sctphdr *sctph,
net/netfilter/ipvs/ip_vs_proto_sctp.c
95
struct sctphdr *sctph;
net/netfilter/nf_conntrack_proto_sctp.c
142
for ((offset) = (dataoff) + sizeof(struct sctphdr), (count) = 0; \
net/netfilter/nf_conntrack_proto_sctp.c
241
const struct sctphdr *sh, unsigned int dataoff)
net/netfilter/nf_conntrack_proto_sctp.c
299
const struct sctphdr *sh;
net/netfilter/nf_conntrack_proto_sctp.c
302
if (skb->len < dataoff + sizeof(struct sctphdr)) {
net/netfilter/nf_conntrack_proto_sctp.c
313
sh = (const struct sctphdr *)(skb->data + dataoff);
net/netfilter/nf_conntrack_proto_sctp.c
335
const struct sctphdr *sh;
net/netfilter/nf_conntrack_proto_sctp.c
336
struct sctphdr _sctph;
net/netfilter/nf_nat_proto.c
106
struct sctphdr *hdr;
net/netfilter/nf_nat_proto.c
119
hdr = (struct sctphdr *)(skb->data + hdroff);
net/netfilter/nft_exthdr.c
373
unsigned int offset = nft_thoff(pkt) + sizeof(struct sctphdr);
net/netfilter/nft_payload.c
734
struct sctphdr *sh;
net/netfilter/nft_payload.c
739
sh = (struct sctphdr *)(skb->data + offset);
net/netfilter/nft_payload.c
983
if (priv->csum_offset != offsetof(struct sctphdr, checksum))
net/netfilter/xt_sctp.c
121
const struct sctphdr *sh;
net/netfilter/xt_sctp.c
122
struct sctphdr _sh;
net/openvswitch/actions.c
661
struct sctphdr *sh;
net/openvswitch/actions.c
665
err = skb_ensure_writable(skb, sctphoff + sizeof(struct sctphdr));
net/openvswitch/flow.c
234
sizeof(struct sctphdr));
net/openvswitch/flow.c
740
struct sctphdr *sctp = sctp_hdr(skb);
net/openvswitch/flow.c
863
struct sctphdr *sctp = sctp_hdr(skb);
net/sched/act_csum.c
369
struct sctphdr *sctph;
net/sctp/input.c
112
if (skb->len < sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr) +
net/sctp/input.c
1132
struct sctphdr *sh = sctp_hdr(skb);
net/sctp/input.c
121
!pskb_may_pull(skb, sizeof(struct sctphdr)))
net/sctp/input.c
136
__skb_pull(skb, sizeof(struct sctphdr));
net/sctp/input.c
461
struct sctphdr *sctphdr,
net/sctp/input.c
472
__u32 vtag = ntohl(sctphdr->vtag);
net/sctp/input.c
511
sizeof(struct sctphdr),
net/sctp/input.c
73
struct sctphdr *sh = sctp_hdr(skb);
net/sctp/input.c
869
sizeof(struct sctphdr));
net/sctp/ipv6.c
531
struct sctphdr *sh = sctp_hdr(skb);
net/sctp/ipv6.c
869
struct sctphdr *sh;
net/sctp/offload.c
43
struct sctphdr *sh;
net/sctp/output.c
227
overhead += sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr);
net/sctp/output.c
549
struct sctphdr *sh =
net/sctp/output.c
550
(struct sctphdr *)skb_transport_header(head);
net/sctp/output.c
558
head->csum_offset = offsetof(struct sctphdr, checksum);
net/sctp/output.c
576
struct sctphdr *sh;
net/sctp/output.c
606
sh = skb_push(head, sizeof(struct sctphdr));
net/sctp/protocol.c
219
struct sctphdr *sh = sctp_hdr(skb);
net/sctp/protocol.c
979
struct sctphdr *sh = sctp_hdr(skb);
security/lsm_audit.c
136
struct sctphdr _sctph, *sh;
security/lsm_audit.c
71
struct sctphdr *sh = sctp_hdr(skb);
security/selinux/hooks.c
4566
struct sctphdr _sctph, *sh;
security/selinux/hooks.c
4644
struct sctphdr _sctph, *sh;