Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sctp/
H A Dinqueue.c192 *cb = SCTP_INPUT_CB(chunk->skb), in sctp_inq_pop()
193 *head_cb = SCTP_INPUT_CB(chunk->head_skb); in sctp_inq_pop()
H A Dinput.c139 SCTP_INPUT_CB(skb)->af = af; in sctp_rcv()
215 SCTP_INPUT_CB(skb)->chunk = chunk; in sctp_rcv()
293 struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; in sctp_backlog_rcv()
364 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()
1599 SCTP_INPUT_CB(skb)->af->from_skb(&asoc->c.peer_addr, skb, 1); in sctp_make_temp_asoc()
H A Dsm_statefuns.c6407 struct sctp_af *af = SCTP_INPUT_CB(chunk->skb)->af; in sctp_eat_data()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h1128 #define SCTP_INPUT_CB(__skb) ((struct sctp_input_cb *)&((__skb)->cb[0])) macro
1137 const struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; in sctp_gso_headskb()