Searched refs:dst_ip (Results 1 - 10 of 10) sorted by relevance

/drivers/net/wireless/bcmdhd/include/proto/
H A Dbcmip.h116 uint8 dst_ip[IPV4_ADDR_LEN]; member in struct:ipv4_hdr
/drivers/infiniband/core/
H A Daddr.c209 __be32 dst_ip = dst_in->sin_addr.s_addr; local
215 fl4.daddr = dst_ip;
/drivers/net/ethernet/broadcom/
H A Dcnic_if.h227 u32 dst_ip[4]; member in struct:cnic_sock
H A Dcnic.c320 memcpy(&path_req.dst.v6_addr, &csk->dst_ip[0],
324 memcpy(&path_req.dst.v4_addr, &csk->dst_ip[0],
1968 struct in6_addr src_ip, dst_ip; local
1978 dst_ip.in6_u.u6_addr32[i] = cpu_to_be32(*addrp);
1989 swab16(~csum_ipv6_magic(&src_ip, &dst_ip, 0, IPPROTO_TCP, 0));
2121 conn_addr->remote_ip_addr.ip_addr_lo_lo = kwqe1->dst_ip;
3427 l4kwqe2->dst_ip_v6_2 = be32_to_cpu(csk->dst_ip[1]);
3428 l4kwqe2->dst_ip_v6_3 = be32_to_cpu(csk->dst_ip[2]);
3429 l4kwqe2->dst_ip_v6_4 = be32_to_cpu(csk->dst_ip[3]);
3445 l4kwqe1->dst_ip
[all...]
H A Dcnic_defs.h232 u32 dst_ip; member in struct:l4_kwq_connect_req1
/drivers/infiniband/hw/nes/
H A Dnes_cm.c1339 static int nes_addr_resolve_neigh(struct nes_vnic *nesvnic, u32 dst_ip, int arpindex) argument
1347 rt = ip_route_output(&init_net, htonl(dst_ip), 0, 0, 0);
1350 __func__, dst_ip);
1359 neigh = dst_neigh_lookup(&rt->dst, &dst_ip);
1365 " is %pM, Gateway is 0x%08X \n", dst_ip,
1377 dst_ip, NES_ARP_DELETE);
1381 dst_ip, NES_ARP_ADD);
1382 rc = nes_arp_table(nesvnic->nesdev, dst_ip, NULL,
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1570 ~input_mask->formatted.dst_ip[0]);
1593 IXGBE_WRITE_REG_BE32(hw, IXGBE_FDIRIPDA, input->formatted.dst_ip[0]);
H A Dixgbe_ethtool.c2288 fsp->h_u.tcp_ip4_spec.ip4dst = rule->filter.formatted.dst_ip[0];
2289 fsp->m_u.tcp_ip4_spec.ip4dst = mask->formatted.dst_ip[0];
2553 input->filter.formatted.dst_ip[0] = fsp->h_u.tcp_ip4_spec.ip4dst;
2554 mask.formatted.dst_ip[0] = fsp->m_u.tcp_ip4_spec.ip4dst;
H A Dixgbe_type.h2419 * dst_ip - 16 bytes
2429 __be32 dst_ip[4]; member in struct:ixgbe_atr_input::__anon2392
/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c1525 len = sprintf(buf, "%pI4\n", &bnx2i_ep->cm_sk->dst_ip);

Completed in 254 milliseconds