Searched refs:dst_ipaddr (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/infiniband/hw/irdma/ |
H A D | cm.c | 1985 __be32 dst_ipaddr = htonl(dst_ip); in irdma_addr_resolve_neigh() local 1988 rt = ip_route_output(&init_net, dst_ipaddr, src_ipaddr, 0, 0, in irdma_addr_resolve_neigh() 1995 neigh = dst_neigh_lookup(&rt->dst, &dst_ipaddr); in irdma_addr_resolve_neigh()
|
/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 2988 uint8_t dst_ipaddr[IPv6_ADDR_LEN]; in qla4xxx_match_ipaddress() local 2993 ret = in6_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, in qla4xxx_match_ipaddress() 2999 ret = sprintf(formatted_ipaddr, "%pI6", dst_ipaddr); in qla4xxx_match_ipaddress() 3001 ret = in4_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, in qla4xxx_match_ipaddress() 3007 ret = sprintf(formatted_ipaddr, "%pI4", dst_ipaddr); in qla4xxx_match_ipaddress()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 839 req->dst_ipaddr[0] = tun_key->u.ipv4.dst; in hwrm_cfa_decap_filter_alloc()
|
H A D | bnxt_hsi.h | 7961 __be32 dst_ipaddr[4]; member 8123 __be32 dst_ipaddr[4]; member
|
H A D | bnxt.c | 6019 *(struct in6_addr *)&req->dst_ipaddr[0] = keys->addrs.v6addrs.dst; in bnxt_hwrm_cfa_ntuple_filter_alloc() 6024 req->dst_ipaddr[0] = keys->addrs.v4addrs.dst; in bnxt_hwrm_cfa_ntuple_filter_alloc()
|