Home
last modified time | relevance | path

Searched refs:dst_ipaddr (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_cm.c1990 __be32 dst_ipaddr = htonl(dst_ip); in i40iw_addr_resolve_neigh() local
1993 rt = ip_route_output(&init_net, dst_ipaddr, src_ipaddr, 0, 0); in i40iw_addr_resolve_neigh()
1999 neigh = dst_neigh_lookup(&rt->dst, &dst_ipaddr); in i40iw_addr_resolve_neigh()
/OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/
H A Dql4_os.c2983 uint8_t dst_ipaddr[IPv6_ADDR_LEN]; in qla4xxx_match_ipaddress() local
2988 ret = in6_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, in qla4xxx_match_ipaddress()
2994 ret = sprintf(formatted_ipaddr, "%pI6", dst_ipaddr); in qla4xxx_match_ipaddress()
2996 ret = in4_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, in qla4xxx_match_ipaddress()
3002 ret = sprintf(formatted_ipaddr, "%pI4", dst_ipaddr); in qla4xxx_match_ipaddress()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c828 req.dst_ipaddr[0] = tun_key->u.ipv4.dst; in hwrm_cfa_decap_filter_alloc()
H A Dbnxt_hsi.h6335 __be32 dst_ipaddr[4]; member
6495 __be32 dst_ipaddr[4]; member
H A Dbnxt.c4907 *(struct in6_addr *)&req.dst_ipaddr[0] = in bnxt_hwrm_cfa_ntuple_filter_alloc()
4916 req.dst_ipaddr[0] = keys->addrs.v4addrs.dst; in bnxt_hwrm_cfa_ntuple_filter_alloc()