HomeSort by relevance Sort by last modified time
    Searched refs:sctp_ifnp (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_pcb.c 263 struct sctp_ifn *sctp_ifnp; local
270 LIST_FOREACH(sctp_ifnp, hash_ifn_head, next_bucket) {
271 if (sctp_ifnp->ifn_index == ifn_index) {
272 return (sctp_ifnp);
274 if (sctp_ifnp->ifn_p && ifn && (sctp_ifnp->ifn_p == ifn)) {
275 return (sctp_ifnp);
315 sctp_free_ifn(struct sctp_ifn *sctp_ifnp)
317 if (SCTP_DECREMENT_AND_CHECK_REFCOUNT(&sctp_ifnp->refcount)) {
319 if (sctp_ifnp->vrf)
331 struct sctp_ifn *sctp_ifnp; local
562 struct sctp_ifn *sctp_ifnp = NULL; local
    [all...]
sctp_pcb.h 719 void sctp_free_ifn(struct sctp_ifn *sctp_ifnp);
sctp_asconf.c 3400 struct sctp_ifn *sctp_ifnp; local
    [all...]
sctp_output.c 2081 struct sctp_ifn *sctp_ifnp; local
2089 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) {
2091 SCTP_IFN_IS_IFT_LOOP(sctp_ifnp)) {
2098 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa) {
2122 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) {
2125 SCTP_IFN_IS_IFT_LOOP(sctp_ifnp)) {
2132 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa) {
    [all...]

Completed in 34 milliseconds