Searched defs:sctp_ifnp (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_asconf.c3426 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 Dsctp_pcb.c265 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 Dsctp_output.c2083 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 2368 milliseconds