/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
sctp_asconf.c | 956 sctp_asconf_nets_cleanup(struct sctp_tcb *stcb, struct sctp_ifn *ifn) 2451 struct sctp_ifn *sctp_ifn; local 3082 struct sctp_ifn *sctp_ifn; local [all...] |
sctp_sysctl.c | 177 struct sctp_ifn *sctp_ifn; local 187 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { 188 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { 225 struct sctp_ifn *sctp_ifn; local 288 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) { 289 if ((loopback_scope == 0) && SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) 292 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) { [all...] |
sctp_usrreq.c | 1566 struct sctp_ifn *sctp_ifn; local 1918 struct sctp_ifn *sctp_ifn; local [all...] |
sctp_pcb.c | 169 * VRF's. Each VRF has its own list of sctp_ifn's. Each of 173 * within the VRF. Once we have the sctp_ifn, we add the 260 struct sctp_ifn * 263 struct sctp_ifn *sctp_ifnp; 315 sctp_free_ifn(struct sctp_ifn *sctp_ifnp) 331 struct sctp_ifn *sctp_ifnp; 355 sctp_delete_ifn(struct sctp_ifn *sctp_ifnp, int hold_addr_lock) 357 struct sctp_ifn *found; 471 sctp_add_ifa_to_ifn(struct sctp_ifn *sctp_ifnp, struct sctp_ifa *sctp_ifap) 562 struct sctp_ifn *sctp_ifnp = NULL 940 struct sctp_ifn *sctp_ifn; local [all...] |
sctp_pcb.h | 51 LIST_HEAD(sctp_ifnlist, sctp_ifn); 74 struct sctp_ifn { struct 77 LIST_ENTRY(sctp_ifn) next_ifn; 78 LIST_ENTRY(sctp_ifn) next_bucket; 106 struct sctp_ifn *ifn_p; /* back pointer to parent ifn */ 691 struct sctp_ifn * 719 void sctp_free_ifn(struct sctp_ifn *sctp_ifnp);
|
sctp_output.c | 2081 struct sctp_ifn *sctp_ifnp; 2485 struct sctp_ifn *sctp_ifn; local 2605 struct sctp_ifn *sctp_ifn; local 2921 struct sctp_ifn *sctp_ifn, *looked_at = NULL, *emit_ifn; local [all...] |