Searched refs:dst_ipaddr (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | cm.c | 1986 __be32 dst_ipaddr = htonl(dst_ip); in irdma_addr_resolve_neigh() local 1989 rt = ip_route_output(&init_net, dst_ipaddr, src_ipaddr, 0, 0, in irdma_addr_resolve_neigh() 1996 neigh = dst_neigh_lookup(&rt->dst, &dst_ipaddr); in irdma_addr_resolve_neigh()
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_os.c | 2989 uint8_t dst_ipaddr[IPv6_ADDR_LEN]; in qla4xxx_match_ipaddress() local 2994 ret = in6_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, in qla4xxx_match_ipaddress() 3000 ret = sprintf(formatted_ipaddr, "%pI6", dst_ipaddr); in qla4xxx_match_ipaddress() 3002 ret = in4_pton(user_ipaddr, strlen(user_ipaddr), dst_ipaddr, in qla4xxx_match_ipaddress() 3008 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.c | 6353 *(struct in6_addr *)&req->dst_ipaddr[0] = keys->addrs.v6addrs.dst; in bnxt_hwrm_cfa_ntuple_filter_alloc() 6358 req->dst_ipaddr[0] = keys->addrs.v4addrs.dst; in bnxt_hwrm_cfa_ntuple_filter_alloc()
|
| /linux/include/linux/bnxt/ |
| H A D | hsi.h | 8366 __be32 dst_ipaddr[4]; member 8557 __be32 dst_ipaddr[4]; member
|