Home
last modified time | relevance | path

Searched refs:ifn_p (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_pcb.c274 if (sctp_ifnp->ifn_p && ifn && (sctp_ifnp->ifn_p == ifn)) {
345 if (sctp_ifap->ifn_p) {
346 sctp_free_ifn(sctp_ifap->ifn_p);
359 found = sctp_find_ifn(sctp_ifnp->ifn_p, sctp_ifnp->ifn_index);
396 if (sctp_ifap->ifn_p == NULL) {
401 if (strncmp(if_name, sctp_ifap->ifn_p->ifn_name, SCTP_IFNAMSIZ) != 0) {
403 sctp_ifap->ifn_p->ifn_name, if_name);
407 if (sctp_ifap->ifn_p->ifn_index != ifn_index) {
409 sctp_ifap->ifn_p->ifn_index, ifn_index);
440 if (sctp_ifap->ifn_p == NULL) {
[all …]
Dsctp_pcb.h79 void *ifn_p; /* never access without appropriate lock */ member
106 struct sctp_ifn *ifn_p; /* back pointer to parent ifn */ member
Dsctp_asconf.c1204 sctp_asconf_nets_cleanup(stcb, addr->ifn_p); in sctp_asconf_addr_mgmt_ack()
Dsctp_output.c1897 (ifa->ifn_p) && SCTP_IFN_IS_IFT_LOOP(ifa->ifn_p)) { in sctp_is_address_in_scope()