Searched refs:sctp_ifnp (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
H A D | sctp_pcb.c | 265 struct sctp_ifn *sctp_ifnp; local 272 LIST_FOREACH(sctp_ifnp, hash_ifn_head, next_bucket) { 273 if (sctp_ifnp->ifn_index == ifn_index) { 274 return (sctp_ifnp); 276 if (sctp_ifnp->ifn_p && ifn && (sctp_ifnp->ifn_p == ifn)) { 277 return (sctp_ifnp); 317 sctp_free_ifn(struct sctp_ifn *sctp_ifnp) argument 319 if (SCTP_DECREMENT_AND_CHECK_REFCOUNT(&sctp_ifnp->refcount)) { 321 if (sctp_ifnp 333 struct sctp_ifn *sctp_ifnp; local 357 sctp_delete_ifn(struct sctp_ifn *sctp_ifnp, int hold_addr_lock) argument 473 sctp_add_ifa_to_ifn(struct sctp_ifn *sctp_ifnp, struct sctp_ifa *sctp_ifap) argument 564 struct sctp_ifn *sctp_ifnp = NULL; local [all...] |
H A D | sctp_pcb.h | 725 void sctp_free_ifn(struct sctp_ifn *sctp_ifnp);
|
H A D | sctp_asconf.c | 3426 struct sctp_ifn *sctp_ifnp; local 3436 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) { 3437 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa) {
|
H A D | sctp_output.c | 2083 struct sctp_ifn *sctp_ifnp; local 2091 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) { 2093 SCTP_IFN_IS_IFT_LOOP(sctp_ifnp)) { 2100 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa) { 2140 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) { 2143 SCTP_IFN_IS_IFT_LOOP(sctp_ifnp)) { 2150 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa) {
|
Completed in 551 milliseconds