Searched refs:_sctph (Results 1 – 2 of 2) sorted by relevance
| /linux/net/netfilter/ipvs/ |
| H A 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()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 4561 struct sctphdr _sctph, *sh; in selinux_parse_skb_ipv4() local 4567 sh = skb_header_pointer(skb, offset, sizeof(_sctph), &_sctph); in selinux_parse_skb_ipv4() 4639 struct sctphdr _sctph, *sh; in selinux_parse_skb_ipv6() local 4641 sh = skb_header_pointer(skb, offset, sizeof(_sctph), &_sctph); in selinux_parse_skb_ipv6()
|