Searched refs:SCTP_INPUT_CB (Results 1 – 5 of 5) sorted by relevance
192 *cb = SCTP_INPUT_CB(chunk->skb), in sctp_inq_pop()193 *head_cb = SCTP_INPUT_CB(chunk->head_skb); in sctp_inq_pop()
138 SCTP_INPUT_CB(skb)->af = af; in sctp_rcv()213 SCTP_INPUT_CB(skb)->chunk = chunk; in sctp_rcv()291 struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; in sctp_backlog_rcv()362 struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; in sctp_add_backlog()
123 return SCTP_INPUT_CB(skb)->af->skb_iif(skb); in sctp_chunk_iif()1595 SCTP_INPUT_CB(skb)->af->from_skb(&asoc->c.peer_addr, skb, 1); in sctp_make_temp_asoc()
6345 struct sctp_af *af = SCTP_INPUT_CB(chunk->skb)->af; in sctp_eat_data()
1132 #define SCTP_INPUT_CB(__skb) ((struct sctp_input_cb *)&((__skb)->cb[0])) macro1141 const struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; in sctp_gso_headskb()