Home
last modified time | relevance | path

Searched refs:SCTP_INPUT_CB (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/net/sctp/
H A Dinqueue.c198 *cb = SCTP_INPUT_CB(chunk->skb), in sctp_inq_pop()
199 *head_cb = SCTP_INPUT_CB(chunk->head_skb); in sctp_inq_pop()
H A Dinput.c142 SCTP_INPUT_CB(skb)->af = af; in sctp_rcv()
200 SCTP_INPUT_CB(skb)->chunk = chunk; in sctp_rcv()
278 struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; in sctp_backlog_rcv()
349 struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; in sctp_add_backlog()
H A Dsm_make_chunk.c123 return SCTP_INPUT_CB(skb)->af->skb_iif(skb); in sctp_chunk_iif()
1153 nep.cur_port = SCTP_INPUT_CB(chunk->skb)->encap_port; in sctp_make_new_encap_port()
1644 SCTP_INPUT_CB(skb)->af->from_skb(&asoc->c.peer_addr, skb, 1); in sctp_make_temp_asoc()
2376 asoc->encap_port = SCTP_INPUT_CB(chunk->skb)->encap_port; in sctp_process_init()
H A Dprotocol.c856 SCTP_INPUT_CB(skb)->encap_port = udp_hdr(skb)->source; in sctp_udp_rcv()
1157 SCTP_INPUT_CB(skb)->encap_port = 0; in sctp4_rcv()
H A Dipv6.c1126 SCTP_INPUT_CB(skb)->encap_port = 0; in sctp6_rcv()
H A Dsm_statefuns.c1547 if (SCTP_INPUT_CB(chunk->skb)->encap_port != chunk->transport->encap_port) in sctp_sf_do_unexpected_init()
6429 transport->encap_port = SCTP_INPUT_CB(chunk->skb)->encap_port; in sctp_ootb_pkt_new()
6519 struct sctp_af *af = SCTP_INPUT_CB(chunk->skb)->af; in sctp_eat_data()
/openbmc/linux/include/net/sctp/
H A Dsm.h387 chunk->transport->encap_port = SCTP_INPUT_CB(chunk->skb)->encap_port; in sctp_vtag_verify()
H A Dstructs.h1152 #define SCTP_INPUT_CB(__skb) ((struct sctp_input_cb *)&((__skb)->cb[0])) macro
1161 const struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; in sctp_gso_headskb()