Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_asconf.c2681 struct sockaddr *found_addr; in sctp_compose_asconf() local
2685 found_addr = sctp_find_valid_localaddr(stcb, in sctp_compose_asconf()
2688 found_addr = sctp_find_valid_localaddr_ep(stcb); in sctp_compose_asconf()
2691 if (found_addr != NULL) { in sctp_compose_asconf()
2692 switch (found_addr->sa_family) { in sctp_compose_asconf()
2701 found_addr)->sin6_addr; in sctp_compose_asconf()
2712 found_addr)->sin_addr; in sctp_compose_asconf()
2718 found_addr->sa_family); in sctp_compose_asconf()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_debug.c6779 const struct igu_fifo_addr_data *found_addr = NULL; in qed_parse_igu_fifo_element() local
6804 for (i = 0; i < OSAL_ARRAY_SIZE(s_igu_fifo_addr_data) && !found_addr; in qed_parse_igu_fifo_element()
6811 found_addr = curr_addr; in qed_parse_igu_fifo_element()
6814 if (!found_addr) in qed_parse_igu_fifo_element()
6818 switch (found_addr->type) { in qed_parse_igu_fifo_element()
6825 " SB = 0x%x", cmd_addr - found_addr->start_addr); in qed_parse_igu_fifo_element()
6896 (!is_pf && found_addr->vf_desc) in qed_parse_igu_fifo_element()
6897 ? found_addr->vf_desc in qed_parse_igu_fifo_element()
6898 : found_addr->desc, in qed_parse_igu_fifo_element()