Searched refs:sctp_hdr (Results 1 – 11 of 11) 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() 1281 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 | 363 if (chunk->sctp_hdr->vtag != 0) in sctp_sf_do_5_1B_init() 662 auth.sctp_hdr = chunk->sctp_hdr; in sctp_auth_chunk_verify() 1563 if (chunk->sctp_hdr->vtag != 0) in sctp_sf_do_unexpected_init() 3092 if (chunk->sctp_hdr->vtag != 0) in sctp_sf_do_9_2_reshutack() 3550 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_sf_tabort_8_4_8() 3856 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_sf_shut_8_4_5() 4822 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_sf_abort_violation() 6404 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_abort_pkt_new() 6433 sport = ntohs(chunk->sctp_hdr->dest); in sctp_ootb_pkt_new() 6434 dport = ntohs(chunk->sctp_hdr->source); in sctp_ootb_pkt_new() [all …]
|
| H A D | sm_make_chunk.c | 1794 if (ntohl(chunk->sctp_hdr->vtag) != bear_cookie->my_vtag) { in sctp_unpack_cookie() 1799 if (chunk->sctp_hdr->source != bear_cookie->peer_addr.v4.sin_port || in sctp_unpack_cookie() 1800 ntohs(chunk->sctp_hdr->dest) != bear_cookie->my_port) { in sctp_unpack_cookie() 1853 retval->peer.port = ntohs(chunk->sctp_hdr->source); in sctp_unpack_cookie() 2385 chunk->sctp_hdr->source, 0)) in sctp_process_init()
|
| H A D | protocol.c | 219 struct sctphdr *sh = sctp_hdr(skb); in sctp_v4_from_skb() 980 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 | flow.c | 740 struct sctphdr *sctp = sctp_hdr(skb); in key_extract_l3l4() 863 struct sctphdr *sctp = sctp_hdr(skb); in key_extract_l3l4()
|
| 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()
|