Searched refs:sctp_hdr (Results 1 – 9 of 9) sorted by relevance
| /linux/net/sctp/ |
| H A D | offload.c | 48 sh = sctp_hdr(skb); in sctp_gso_segment() 80 sh = sctp_hdr(skb); in sctp_gso_segment()
|
| H A D | input.c | 73 struct sctphdr *sh = sctp_hdr(skb); in sctp_rcv_checksum() 206 chunk->sctp_hdr = sctp_hdr(skb); in sctp_rcv() 623 sk = sctp_err_lookup(net, AF_INET, skb, sctp_hdr(skb), &asoc, &transport); in sctp_v4_err() 647 sk = sctp_err_lookup(net, AF_INET, skb, sctp_hdr(skb), &asoc, &t); in sctp_udp_v4_err() 1132 struct sctphdr *sh = sctp_hdr(skb); in __sctp_rcv_init_lookup() 1273 sctp_hdr(skb)->source, in __sctp_rcv_walk_lookup()
|
| H A D | ipv6.c | 175 sk = sctp_err_lookup(net, AF_INET6, skb, sctp_hdr(skb), &asoc, &transport); in sctp_v6_err() 199 sk = sctp_err_lookup(net, AF_INET6, skb, sctp_hdr(skb), &asoc, &t); in sctp_udp_v6_err() 533 struct sctphdr *sh = sctp_hdr(skb); in sctp_v6_from_skb() 877 sh = sctp_hdr(skb); in sctp_inet6_skb_msgname()
|
| H A D | sm_statefuns.c | 362 if (chunk->sctp_hdr->vtag != 0) in sctp_sf_do_5_1B_init() 659 auth.sctp_hdr = chunk->sctp_hdr; in sctp_auth_chunk_verify() 1547 if (chunk->sctp_hdr->vtag != 0) in sctp_sf_do_unexpected_init() 3056 if (chunk->sctp_hdr->vtag != 0) in sctp_sf_do_9_2_reshutack() 3514 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_sf_tabort_8_4_8() 3820 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_sf_shut_8_4_5() 4783 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_sf_abort_violation() 6361 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_abort_pkt_new() 6390 sport = ntohs(chunk->sctp_hdr->dest); in sctp_ootb_pkt_new() 6391 dport = ntohs(chunk->sctp_hdr->source); in sctp_ootb_pkt_new() [all …]
|
| H A D | protocol.c | 219 struct sctphdr *sh = sctp_hdr(skb); in sctp_v4_from_skb() 979 struct sctphdr *sh = sctp_hdr(skb); in sctp_inet_skb_msgname()
|
| /linux/include/net/sctp/ |
| H A D | sm.h | 383 if (ntohl(chunk->sctp_hdr->vtag) != asoc->c.my_vtag) in sctp_vtag_verify() 419 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either() 421 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) { in sctp_vtag_verify_either()
|
| /linux/include/linux/ |
| H A D | sctp.h | 52 static inline struct sctphdr *sctp_hdr(const struct sk_buff *skb) in sctp_hdr() function
|
| /linux/net/openvswitch/ |
| H A D | conntrack.c | 636 src = sctp_hdr(skb)->source; in ovs_nat_update_key() 658 dst = sctp_hdr(skb)->dest; in ovs_nat_update_key()
|
| H A D | actions.c | 670 sh = sctp_hdr(skb); in set_sctp()
|