HomeSort by: relevance | last modified time | path
    Searched refs:next_ifn_touse (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.h 304 struct ifnet *next_ifn_touse; member in struct:sctp_inpcb
sctp_output.c 979 if (ifn == inp->next_ifn_touse)
1028 if (ifn == inp->next_ifn_touse)
1728 if (inp->next_ifn_touse == NULL) {
1730 inp->next_ifn_touse = IFNET_READER_FIRST();
1733 printf("Start at first IFN:%p\n", inp->next_ifn_touse);
1737 inp->next_ifn_touse = IFNET_READER_NEXT(inp->next_ifn_touse);
1740 printf("Resume at IFN:%p\n", inp->next_ifn_touse);
1743 if (inp->next_ifn_touse == NULL) {
1750 inp->next_ifn_touse = IFNET_READER_FIRST()
    [all...]

Completed in 50 milliseconds