Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dinqueue.c199 *cb = SCTP_INPUT_CB(chunk->skb), in sctp_inq_pop()
200 *head_cb = SCTP_INPUT_CB(chunk->head_skb); in sctp_inq_pop()
H A Dinput.c142 SCTP_INPUT_CB(skb)->af = af; in sctp_rcv()
200 SCTP_INPUT_CB(skb)->chunk = chunk; in sctp_rcv()
278 struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; in sctp_backlog_rcv()
349 struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; in sctp_add_backlog()
H A Dprotocol.c841 SCTP_INPUT_CB(skb)->encap_port = udp_hdr(skb)->source; in sctp_udp_rcv()
1142 SCTP_INPUT_CB(skb)->encap_port = 0; in sctp4_rcv()
H A Dsm_make_chunk.c1145 nep.cur_port = SCTP_INPUT_CB(chunk->skb)->encap_port; in sctp_make_new_encap_port()
1636 SCTP_INPUT_CB(skb)->af->from_skb(&asoc->c.peer_addr, skb, 1); in sctp_make_temp_asoc()
2346 asoc->encap_port = SCTP_INPUT_CB(chunk->skb)->encap_port; in sctp_process_init()
H A Dipv6.c1082 SCTP_INPUT_CB(skb)->encap_port = 0; in sctp6_rcv()
H A Dsm_statefuns.c1550 if (SCTP_INPUT_CB(chunk->skb)->encap_port != chunk->transport->encap_port) in sctp_sf_do_unexpected_init()
6432 transport->encap_port = SCTP_INPUT_CB(chunk->skb)->encap_port; in sctp_ootb_pkt_new()
6522 struct sctp_af *af = SCTP_INPUT_CB(chunk->skb)->af; in sctp_eat_data()
/linux/include/net/sctp/
H A Dsm.h386 chunk->transport->encap_port = SCTP_INPUT_CB(chunk->skb)->encap_port; in sctp_vtag_verify()
H A Dstructs.h1140 #define SCTP_INPUT_CB(__skb) ((struct sctp_input_cb *)&((__skb)->cb[0])) macro
1149 const struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; in sctp_gso_headskb()