Searched refs:ifn (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-11.0-release/sys/netinet/
H A Dsctp_output.c2464 void *ifn; local
2475 ifn = SCTP_GET_IFN_VOID_FROM_ROUTE(ro);
2477 sctp_ifn = sctp_find_ifn(ifn, ifn_index);
2479 * first question, is the ifn we will emit on in our list, if so, we
2596 void *ifn; local
2604 * first question, is the ifn we will emit on in our list, if so, we
2611 ifn = SCTP_GET_IFN_VOID_FROM_ROUTE(ro);
2613 sctp_ifn = sctp_find_ifn(ifn, ifn_index);
2616 * first question, is the ifn we will emit on in our list? If so,
2774 sctp_select_nth_preferred_addr_from_ifn_boundall(struct sctp_ifn *ifn, argument
2895 sctp_count_num_preferred_boundall(struct sctp_ifn *ifn, struct sctp_inpcb *inp, struct sctp_tcb *stcb, int non_asoc_addr_ok, uint8_t dest_is_loop, uint8_t dest_is_priv, sa_family_t fam) argument
2964 void *ifn; local
[all...]
H A Dsctp_asconf.c941 sctp_asconf_nets_cleanup(struct sctp_tcb *stcb, struct sctp_ifn *ifn) argument
948 * to know whether the newly added address on the ifn would cause a
952 * ifn (and cached source addrs) and let output re-choose them
963 ((ifn == NULL) ||
964 (SCTP_GET_IF_INDEX_FROM_ROUTE(&net->ro) != ifn->ifn_index))) {
3158 } /* end foreach ifn */
/freebsd-11.0-release/crypto/openssh/
H A Dchannels.c775 channel_register_filter(int id, channel_infilter_fn *ifn, argument
784 c->input_filter = ifn;

Completed in 108 milliseconds

12