Searched refs:SCTP_INPUT_CB (Results 1 – 5 of 5) sorted by relevance
207 *cb = SCTP_INPUT_CB(chunk->skb), in sctp_inq_pop()208 *head_cb = SCTP_INPUT_CB(chunk->head_skb); in sctp_inq_pop()
150 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()
138 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()
6339 struct sctp_af *af = SCTP_INPUT_CB(chunk->skb)->af; in sctp_eat_data()
1142 #define SCTP_INPUT_CB(__skb) ((struct sctp_input_cb *)&((__skb)->cb[0])) macro1151 const struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; in sctp_gso_headskb()