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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_pcb.h 82 uint32_t ifn_index; /* shorthand way to look at ifn for reference */ member in struct:sctp_ifn
698 sctp_find_ifn(void *ifn, uint32_t ifn_index);
713 void sctp_mark_ifa_addr_down(uint32_t vrf_id, struct sockaddr *addr, const char *if_name, uint32_t ifn_index);
714 void sctp_mark_ifa_addr_up(uint32_t vrf_id, struct sockaddr *addr, const char *if_name, uint32_t ifn_index);
718 void *ifn, uint32_t ifn_index, uint32_t ifn_type,
723 void sctp_update_ifn_mtu(uint32_t ifn_index, uint32_t mtu);
730 uint32_t ifn_index, const char *if_name);
sctp_pcb.c 173 * to a VRF we lookup the ifn/ifn_index, if the ifn does
263 sctp_find_ifn(void *ifn, uint32_t ifn_index)
271 hash_ifn_head = &SCTP_BASE_INFO(vrf_ifn_hash)[(ifn_index & SCTP_BASE_INFO(vrf_ifn_hashmark))];
273 if (sctp_ifnp->ifn_index == ifn_index) {
331 sctp_update_ifn_mtu(uint32_t ifn_index, uint32_t mtu)
335 sctp_ifnp = sctp_find_ifn((void *)NULL, ifn_index);
361 found = sctp_find_ifn(sctp_ifnp->ifn_p, sctp_ifnp->ifn_index);
370 SCTP_DEREGISTER_INTERFACE(sctp_ifnp->ifn_index,
381 const char *if_name, uint32_t ifn_index)
    [all...]
sctp_os_userspace.h 906 #define SCTP_GATHER_MTU_FROM_IFN_INFO(ifn, ifn_index, af) sctp_userspace_get_mtu_from_ifn(ifn_index, af)
    [all...]
sctp_output.c 2522 uint32_t ifn_index; local
2659 uint32_t ifn_index; local
3049 uint32_t ifn_index; local
    [all...]
sctp_asconf.c 974 (SCTP_GET_IF_INDEX_FROM_ROUTE(&net->ro) != ifn->ifn_index))) {
    [all...]

Completed in 59 milliseconds