/linux-3.4.99/net/atm/ |
D | mpoa_caches.h | 32 in_cache_entry *(*add_entry)(__be32 dst_ip, 34 in_cache_entry *(*get)(__be32 dst_ip, struct mpoa_client *client); 35 in_cache_entry *(*get_with_mask)(__be32 dst_ip,
|
D | mpc.h | 48 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos); 49 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip);
|
D | mpc.c | 176 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos) in atm_mpoa_add_qos() argument 180 entry = atm_mpoa_search_qos(dst_ip); in atm_mpoa_add_qos() 192 entry->ipaddr = dst_ip; in atm_mpoa_add_qos() 201 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip) in atm_mpoa_search_qos() argument 207 if (qos->ipaddr == dst_ip) in atm_mpoa_search_qos() 1086 __be32 dst_ip = msg->content.in_info.in_dst_ip; in MPOA_trigger_rcvd() local 1089 entry = mpc->in_ops->get(dst_ip, mpc); in MPOA_trigger_rcvd() 1091 entry = mpc->in_ops->add_entry(dst_ip, mpc); in MPOA_trigger_rcvd() 1124 __be32 dst_ip = msg->content.in_info.in_dst_ip; in check_qos_and_open_shortcut() local 1125 struct atm_mpoa_qos *qos = atm_mpoa_search_qos(dst_ip); in check_qos_and_open_shortcut() [all …]
|
D | mpoa_caches.c | 34 static in_cache_entry *in_cache_get(__be32 dst_ip, in in_cache_get() argument 42 if (entry->ctrl_info.in_dst_ip == dst_ip) { in in_cache_get() 54 static in_cache_entry *in_cache_get_with_mask(__be32 dst_ip, in in_cache_get_with_mask() argument 63 if ((entry->ctrl_info.in_dst_ip & mask) == (dst_ip & mask)) { in in_cache_get_with_mask() 96 static in_cache_entry *in_cache_add_entry(__be32 dst_ip, in in_cache_add_entry() argument 106 dprintk("adding an ingress entry, ip = %pI4\n", &dst_ip); in in_cache_add_entry() 118 entry->ctrl_info.in_dst_ip = dst_ip; in in_cache_add_entry()
|
/linux-3.4.99/drivers/infiniband/core/ |
D | addr.c | 209 __be32 dst_ip = dst_in->sin_addr.s_addr; in addr4_resolve() local 215 fl4.daddr = dst_ip; in addr4_resolve()
|
/linux-3.4.99/net/ipv4/netfilter/ |
D | ipt_CLUSTERIP.c | 464 __be32 dst_ip; member 482 &payload->src_ip, hbuffer, &payload->dst_ip); in arp_print()
|
/linux-3.4.99/drivers/net/ethernet/broadcom/ |
D | cnic_if.h | 227 u32 dst_ip[4]; member
|
D | cnic.c | 320 memcpy(&path_req.dst.v6_addr, &csk->dst_ip[0], in cnic_send_nlmsg() 324 memcpy(&path_req.dst.v4_addr, &csk->dst_ip[0], in cnic_send_nlmsg() 1968 struct in6_addr src_ip, dst_ip; in cnic_init_storm_conn_bufs() local 1978 dst_ip.in6_u.u6_addr32[i] = cpu_to_be32(*addrp); in cnic_init_storm_conn_bufs() 1989 swab16(~csum_ipv6_magic(&src_ip, &dst_ip, 0, IPPROTO_TCP, 0)); in cnic_init_storm_conn_bufs() 2121 conn_addr->remote_ip_addr.ip_addr_lo_lo = kwqe1->dst_ip; in cnic_bnx2x_connect() 3427 l4kwqe2->dst_ip_v6_2 = be32_to_cpu(csk->dst_ip[1]); in cnic_cm_conn_req() 3428 l4kwqe2->dst_ip_v6_3 = be32_to_cpu(csk->dst_ip[2]); in cnic_cm_conn_req() 3429 l4kwqe2->dst_ip_v6_4 = be32_to_cpu(csk->dst_ip[3]); in cnic_cm_conn_req() 3445 l4kwqe1->dst_ip = be32_to_cpu(csk->dst_ip[0]); in cnic_cm_conn_req() [all …]
|
D | cnic_defs.h | 232 u32 dst_ip; member
|
/linux-3.4.99/drivers/infiniband/hw/nes/ |
D | nes_cm.c | 1339 static int nes_addr_resolve_neigh(struct nes_vnic *nesvnic, u32 dst_ip, int arpindex) in nes_addr_resolve_neigh() argument 1347 rt = ip_route_output(&init_net, htonl(dst_ip), 0, 0, 0); in nes_addr_resolve_neigh() 1350 __func__, dst_ip); in nes_addr_resolve_neigh() 1359 neigh = dst_neigh_lookup(&rt->dst, &dst_ip); in nes_addr_resolve_neigh() 1365 " is %pM, Gateway is 0x%08X \n", dst_ip, in nes_addr_resolve_neigh() 1377 dst_ip, NES_ARP_DELETE); in nes_addr_resolve_neigh() 1381 dst_ip, NES_ARP_ADD); in nes_addr_resolve_neigh() 1382 rc = nes_arp_table(nesvnic->nesdev, dst_ip, NULL, in nes_addr_resolve_neigh()
|
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 2289 fsp->h_u.tcp_ip4_spec.ip4dst = rule->filter.formatted.dst_ip[0]; in ixgbe_get_ethtool_fdir_entry() 2290 fsp->m_u.tcp_ip4_spec.ip4dst = mask->formatted.dst_ip[0]; in ixgbe_get_ethtool_fdir_entry() 2554 input->filter.formatted.dst_ip[0] = fsp->h_u.tcp_ip4_spec.ip4dst; in ixgbe_add_ethtool_fdir_entry() 2555 mask.formatted.dst_ip[0] = fsp->m_u.tcp_ip4_spec.ip4dst; in ixgbe_add_ethtool_fdir_entry()
|
D | ixgbe_82599.c | 1570 ~input_mask->formatted.dst_ip[0]); in ixgbe_fdir_set_input_mask_82599() 1593 IXGBE_WRITE_REG_BE32(hw, IXGBE_FDIRIPDA, input->formatted.dst_ip[0]); in ixgbe_fdir_write_perfect_filter_82599()
|
D | ixgbe_type.h | 2430 __be32 dst_ip[4]; member
|
/linux-3.4.99/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 1525 len = sprintf(buf, "%pI4\n", &bnx2i_ep->cm_sk->dst_ip); in bnx2i_ep_get_param()
|