Searched defs:sctp_ifn (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_sysctl.c182 struct sctp_ifn *sctp_ifn; local
192 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
193 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
230 struct sctp_ifn *sctp_ifn; local
293 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
294 if ((loopback_scope == 0) && SCTP_IFN_IS_IFT_LOOP(sctp_ifn))
297 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
H A Dsctp_asconf.c951 sctp_asconf_nets_cleanup(struct sctp_tcb *stcb, struct sctp_ifn *ifn)
2465 struct sctp_ifn *sctp_ifn; local
2476 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
2478 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
2482 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
3096 struct sctp_ifn *sctp_ifn; local
3118 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
3119 if (loopback_scope == 0 && SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
[all...]
H A Dsctp_usrreq.c1566 struct sctp_ifn *sctp_ifn; local
1652 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
1654 SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
1658 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
1930 struct sctp_ifn *sctp_ifn; local
1933 LIST_FOREACH(sctp_ifn, &vrf->ifnlist, next_ifn) {
1934 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
H A Dsctp_pcb.c171 * VRF's. Each VRF has its own list of sctp_ifn's. Each of
175 * within the VRF. Once we have the sctp_ifn, we add the
262 struct sctp_ifn *
265 struct sctp_ifn *sctp_ifnp;
317 sctp_free_ifn(struct sctp_ifn *sctp_ifnp)
333 struct sctp_ifn *sctp_ifnp;
357 sctp_delete_ifn(struct sctp_ifn *sctp_ifnp, int hold_addr_lock)
359 struct sctp_ifn *found;
473 sctp_add_ifa_to_ifn(struct sctp_ifn *sctp_ifnp, struct sctp_ifa *sctp_ifap)
564 struct sctp_ifn *sctp_ifn
942 struct sctp_ifn *sctp_ifn; local
[all...]
H A Dsctp_pcb.h51 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 */
697 struct sctp_ifn *
725 void sctp_free_ifn(struct sctp_ifn *sctp_ifnp);
H A Dsctp_output.c2083 struct sctp_ifn *sctp_ifnp;
2519 struct sctp_ifn *sctp_ifn; local
2530 sctp_ifn = sctp_find_ifn(ifn, ifn_index);
2536 if (sctp_ifn) {
2538 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
2655 struct sctp_ifn *sctp_ifn; local
2671 sctp_ifn = sctp_find_ifn( ifn, ifn_index);
2678 if (sctp_ifn) {
3047 struct sctp_ifn *sctp_ifn, *looked_at = NULL, *emit_ifn; local
[all...]

Completed in 2006 milliseconds