Searched refs:sctp_hdr (Results 1 – 14 of 14) 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() 531 struct sctphdr *sh = sctp_hdr(skb); in sctp_v6_from_skb() 875 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() 3050 if (chunk->sctp_hdr->vtag != 0) in sctp_sf_do_9_2_reshutack() 3508 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_sf_tabort_8_4_8() 3814 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_sf_shut_8_4_5() 4777 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_sf_abort_violation() 6355 packet->vtag = ntohl(chunk->sctp_hdr->vtag); in sctp_abort_pkt_new() 6384 sport = ntohs(chunk->sctp_hdr->dest); in sctp_ootb_pkt_new() 6385 dport = ntohs(chunk->sctp_hdr->source); in sctp_ootb_pkt_new() [all …]
|
| H A D | sm_make_chunk.c | 1782 if (ntohl(chunk->sctp_hdr->vtag) != bear_cookie->my_vtag) { in sctp_unpack_cookie() 1787 if (chunk->sctp_hdr->source != bear_cookie->peer_addr.v4.sin_port || in sctp_unpack_cookie() 1788 ntohs(chunk->sctp_hdr->dest) != bear_cookie->my_port) { in sctp_unpack_cookie() 1838 retval->peer.port = ntohs(chunk->sctp_hdr->source); in sctp_unpack_cookie() 2360 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() 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()
|
| H A D | structs.h | 599 struct sctphdr *sctp_hdr; member
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_protocol_type.h | 454 struct ice_sctp_hdr sctp_hdr; member
|
| /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/security/ |
| H A D | lsm_audit.c | 71 struct sctphdr *sh = sctp_hdr(skb); in ipv4_skb_to_auditdata()
|
| /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 | 669 sh = sctp_hdr(skb); in set_sctp()
|