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

/linux-4.1.27/net/sctp/
H A Dinput.c102 #define SCTP_INPUT_CB(__skb) ((struct sctp_input_cb *)&((__skb)->cb[0])) macro
227 SCTP_INPUT_CB(skb)->chunk = chunk; sctp_rcv()
305 struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; sctp_backlog_rcv()
367 struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; sctp_add_backlog()

Completed in 53 milliseconds