Searched refs:sctp_sctphdr_t (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/netfilter/ |
D | xt_sctp.c | 121 const sctp_sctphdr_t *sh; in sctp_mt() 122 sctp_sctphdr_t _sh; in sctp_mt() 143 && SCCHECK(match_packet(skb, par->thoff + sizeof(sctp_sctphdr_t), in sctp_mt()
|
D | nf_nat_proto_sctp.c | 37 sctp_sctphdr_t *hdr; in sctp_manip_pkt()
|
D | nf_conntrack_proto_sctp.c | 204 for ((offset) = (dataoff) + sizeof(sctp_sctphdr_t), (count) = 0; \
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_getport.c | 41 sctp_sctphdr_t _sh; in get_port() 42 const sctp_sctphdr_t *sh; in get_port()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_proto_sctp.c | 19 sctp_sctphdr_t *sh, _sctph; in sctp_conn_schedule() 26 skb, iph->len + sizeof(sctp_sctphdr_t), in sctp_conn_schedule() 80 static void sctp_nat_csum(struct sk_buff *skb, sctp_sctphdr_t *sctph, in sctp_nat_csum() 91 sctp_sctphdr_t *sctph; in sctp_snat_handler() 138 sctp_sctphdr_t *sctph; in sctp_dnat_handler() 392 cofs = ihl + sizeof(sctp_sctphdr_t); in set_sctp_state()
|
D | ip_vs_core.c | 1037 sch = skb_header_pointer(skb, nh_len + sizeof(sctp_sctphdr_t), in is_sctp_abort() 1071 sch = skb_header_pointer(skb, iph->len + sizeof(sctp_sctphdr_t), in is_new_conn()
|
/linux-4.4.14/include/linux/ |
D | sctp.h | 65 } __packed sctp_sctphdr_t; typedef
|