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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dinput.c114 #define SCTP_INPUT_CB(__skb) ((struct sctp_input_cb *)&((__skb)->cb[0])) macro
235 SCTP_INPUT_CB(skb)->chunk = chunk;
313 struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk;
375 struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk;

Completed in 39 milliseconds