SCTP_INPUT_CB    1141 include/net/sctp/structs.h 	const struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk;
SCTP_INPUT_CB     138 net/sctp/input.c 	SCTP_INPUT_CB(skb)->af = af;
SCTP_INPUT_CB     213 net/sctp/input.c 	SCTP_INPUT_CB(skb)->chunk = chunk;
SCTP_INPUT_CB     291 net/sctp/input.c 	struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk;
SCTP_INPUT_CB     362 net/sctp/input.c 	struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk;
SCTP_INPUT_CB     192 net/sctp/inqueue.c 				*cb = SCTP_INPUT_CB(chunk->skb),
SCTP_INPUT_CB     193 net/sctp/inqueue.c 				*head_cb = SCTP_INPUT_CB(chunk->head_skb);
SCTP_INPUT_CB     123 net/sctp/sm_make_chunk.c 	return SCTP_INPUT_CB(skb)->af->skb_iif(skb);
SCTP_INPUT_CB    1599 net/sctp/sm_make_chunk.c 	SCTP_INPUT_CB(skb)->af->from_skb(&asoc->c.peer_addr, skb, 1);
SCTP_INPUT_CB    6359 net/sctp/sm_statefuns.c 		struct sctp_af *af = SCTP_INPUT_CB(chunk->skb)->af;