Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dinqueue.c207 *cb = SCTP_INPUT_CB(chunk->skb), in sctp_inq_pop()
208 *head_cb = SCTP_INPUT_CB(chunk->head_skb); in sctp_inq_pop()
Dinput.c150 SCTP_INPUT_CB(skb)->af = af; in sctp_rcv()
225 SCTP_INPUT_CB(skb)->chunk = chunk; in sctp_rcv()
303 struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; in sctp_backlog_rcv()
368 struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; in sctp_add_backlog()
Dsm_make_chunk.c138 return SCTP_INPUT_CB(skb)->af->skb_iif(skb); in sctp_chunk_iif()
1603 SCTP_INPUT_CB(skb)->af->from_skb(&asoc->c.peer_addr, skb, 1); in sctp_make_temp_asoc()
Dsm_statefuns.c6339 struct sctp_af *af = SCTP_INPUT_CB(chunk->skb)->af; in sctp_eat_data()
/Linux-v4.19/include/net/sctp/
Dstructs.h1142 #define SCTP_INPUT_CB(__skb) ((struct sctp_input_cb *)&((__skb)->cb[0])) macro
1151 const struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; in sctp_gso_headskb()