Home
last modified time | relevance | path

Searched refs:next_ifn_touse (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/netinet/
Dsctp_pcb.h304 struct ifnet *next_ifn_touse; member
Dsctp_output.c979 if (ifn == inp->next_ifn_touse) in sctp_choose_v4_boundall()
1028 if (ifn == inp->next_ifn_touse) in sctp_choose_v4_boundall()
1728 if (inp->next_ifn_touse == NULL) { in sctp_choose_v6_boundall()
1730 inp->next_ifn_touse = IFNET_READER_FIRST(); in sctp_choose_v6_boundall()
1733 printf("Start at first IFN:%p\n", inp->next_ifn_touse); in sctp_choose_v6_boundall()
1737 inp->next_ifn_touse = IFNET_READER_NEXT(inp->next_ifn_touse); in sctp_choose_v6_boundall()
1740 printf("Resume at IFN:%p\n", inp->next_ifn_touse); in sctp_choose_v6_boundall()
1743 if (inp->next_ifn_touse == NULL) { in sctp_choose_v6_boundall()
1750 inp->next_ifn_touse = IFNET_READER_FIRST(); in sctp_choose_v6_boundall()
1794 inp->next_ifn_touse = ifn; in sctp_choose_v6_boundall()
[all …]