Searched refs:_sctph (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/security/ |
D | lsm_audit.c | 168 struct sctphdr _sctph, *sh; in ipv6_skb_to_auditdata() local 170 sh = skb_header_pointer(skb, offset, sizeof(_sctph), &_sctph); in ipv6_skb_to_auditdata()
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
D | ip_vs_proto_sctp.c | 23 struct sctphdr *sh, _sctph; in sctp_conn_schedule() local 27 sh = skb_header_pointer(skb, iph->len, sizeof(_sctph), &_sctph); in sctp_conn_schedule() 29 sch = skb_header_pointer(skb, iph->len + sizeof(_sctph), in sctp_conn_schedule()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_conntrack_proto_sctp.c | 368 struct sctphdr _sctph; in nf_conntrack_sctp_packet() local 379 sh = skb_header_pointer(skb, dataoff, sizeof(_sctph), &_sctph); in nf_conntrack_sctp_packet()
|
/kernel/linux/linux-5.10/security/selinux/ |
D | hooks.c | 4259 struct sctphdr _sctph, *sh; in selinux_parse_skb_ipv4() local 4265 sh = skb_header_pointer(skb, offset, sizeof(_sctph), &_sctph); in selinux_parse_skb_ipv4() 4349 struct sctphdr _sctph, *sh; in selinux_parse_skb_ipv6() local 4351 sh = skb_header_pointer(skb, offset, sizeof(_sctph), &_sctph); in selinux_parse_skb_ipv6()
|