Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dendpointola.c384 sctp_source(chunk), in sctp_endpoint_bh_rcv()
H A Dsm_make_chunk.c1406 const union sctp_addr *sctp_source(const struct sctp_chunk *chunk) in sctp_source() function
1629 scope = sctp_scope(sctp_source(chunk)); in sctp_make_temp_asoc()
1830 scope = sctp_scope(sctp_source(chunk)); in sctp_unpack_cookie()
2350 if (sctp_cmp_addr_exact(sctp_source(chunk), peer_addr)) in sctp_process_init()
2362 if (sctp_cmp_addr_exact(sctp_source(chunk), &addr)) in sctp_process_init()
3146 memcpy(&addr, sctp_source(asconf), sizeof(addr)); in sctp_process_asconf_param()
H A Dsm_statefuns.c422 sctp_scope(sctp_source(chunk)), in sctp_sf_do_5_1B_init()
427 if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk), in sctp_sf_do_5_1B_init()
1607 sctp_scope(sctp_source(chunk)), GFP_ATOMIC) < 0) in sctp_sf_do_unexpected_init()
1614 if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk), in sctp_sf_do_unexpected_init()
1875 if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk), peer_init, in sctp_sf_do_dupcook_a()
1995 if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk), peer_init, in sctp_sf_do_dupcook_b()
6428 transport = sctp_transport_new(net, sctp_source(chunk), GFP_ATOMIC); in sctp_ootb_pkt_new()
H A Dsm_sideeffect.c712 if (!sctp_process_init(asoc, chunk, sctp_source(chunk), peer_init, gfp)) in sctp_cmd_process_init()
/linux/include/net/sctp/
H A Dstructs.h666 const union sctp_addr *sctp_source(const struct sctp_chunk *chunk);