Home
last modified time | relevance | path

Searched refs:sctp_source (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/sctp/
H A Dendpointola.c378 sctp_source(chunk), in sctp_endpoint_bh_rcv()
H A Dsm_make_chunk.c1369 const union sctp_addr *sctp_source(const struct sctp_chunk *chunk) in sctp_source() function
1592 scope = sctp_scope(sctp_source(chunk)); in sctp_make_temp_asoc()
1815 scope = sctp_scope(sctp_source(chunk)); in sctp_unpack_cookie()
2334 if (sctp_cmp_addr_exact(sctp_source(chunk), peer_addr)) in sctp_process_init()
2346 if (sctp_cmp_addr_exact(sctp_source(chunk), &addr)) in sctp_process_init()
3138 memcpy(&addr, sctp_source(asconf), sizeof(addr)); in sctp_process_asconf_param()
H A Dsm_statefuns.c412 sctp_scope(sctp_source(chunk)), in sctp_sf_do_5_1B_init()
417 if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk), in sctp_sf_do_5_1B_init()
1551 sctp_scope(sctp_source(chunk)), GFP_ATOMIC) < 0) in sctp_sf_do_unexpected_init()
1558 if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk), in sctp_sf_do_unexpected_init()
1796 if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk), peer_init, in sctp_sf_do_dupcook_a()
1929 if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk), peer_init, in sctp_sf_do_dupcook_b()
6315 transport = sctp_transport_new(net, sctp_source(chunk), GFP_ATOMIC); in sctp_ootb_pkt_new()
H A Dsm_sideeffect.c674 if (!sctp_process_init(asoc, chunk, sctp_source(chunk), peer_init, gfp)) in sctp_cmd_process_init()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h672 const union sctp_addr *sctp_source(const struct sctp_chunk *chunk);