Searched refs:daddr (Results 476 - 500 of 730) sorted by relevance

<<11121314151617181920>>

/linux-master/net/ipv6/
H A Dfou6.c35 &fl6->saddr, &fl6->daddr, skb->len);
H A Daddrconf_core.c174 const struct in6_addr *daddr,
173 eafnosupport_ip6_mtu_from_fib6(const struct fib6_result *res, const struct in6_addr *daddr, const struct in6_addr *saddr) argument
/linux-master/drivers/net/netdevsim/
H A Dpsample.c62 iph->daddr = in_aton("198.51.100.1");
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_ah.c138 ipv4.daddr = dgid_addr._sockaddr_in.sin_addr.s_addr;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_tunnel_ipip.sh139 )"C0:00:02:01:"$( : IP daddr : 192.0.2.1
/linux-master/net/netfilter/
H A Dnf_conntrack_irc.c195 &iph->daddr, ntohs(th->dest));
/linux-master/include/rdma/
H A Dib_pack.h227 __be32 daddr; member in struct:ib_unpacked_ip4
/linux-master/tools/testing/selftests/net/forwarding/
H A Dpedit_dsfield.sh156 local daddr=$1; shift
H A Dvxlan_bridge_1d_ipv6.sh683 local daddr="20:01:0d:b8:00:01:00:00:00:00:00:00:00:00:00:01"
692 )"$dest_mac:"$( : ETH daddr
702 )"$daddr:"$( : IP daddr
/linux-master/net/sctp/
H A Dinput.c58 const union sctp_addr *daddr,
467 union sctp_addr daddr; local
485 af->from_skb(&daddr, skb, 0);
490 asoc = __sctp_lookup_association(net, &saddr, &daddr, &transport, dif, sdif);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_nf.c93 skel->bss->daddr = peer_addr.sin_addr.s_addr;
H A Dxdp_do_redirect.c33 .iph.daddr.s6_addr16 = {bpf_htons(0xfc00), 0, 0, 0, 0, 0, 0, bpf_htons(2)},
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c46 if (!memcmp(&ipv6->saddr, &ipv6->daddr,
/linux-master/drivers/dma/
H A Dst_fdma.c339 hw_node->daddr = dst;
419 hw_node->daddr = fchan->cfg.dev_addr;
498 hw_node->daddr = buf_addr + (i * period_len);
544 hw_node->daddr = sg_dma_address(sg);
H A Dst_fdma.h42 * @daddr: Destination address
54 u32 daddr; member in struct:st_fdma_hw_node
H A Dmpc512x_dma.c145 u32 daddr; /* Destination address */ member in struct:mpc_dma_tcd
661 tcd->daddr = dst;
743 tcd->daddr = sg_dma_address(sg);
752 tcd->daddr = per_paddr;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sh.c317 hash_addr = ip_vs_iph_inverse(iph) ? &iph->daddr : &iph->saddr;
/linux-master/arch/powerpc/platforms/ps3/
H A Dgelic_udbg.c175 h_ip->daddr = 0xffffffff;
/linux-master/net/sched/
H A Dact_ife.c494 u8 *daddr = NULL; local
583 daddr = nla_data(tb[TCA_IFE_DMAC]);
589 if (daddr)
590 ether_addr_copy(p->eth_dst, daddr);
/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.h336 xfs_daddr_t daddr; /* header location */ member in struct:aghdr_init_data
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c742 void ipoib_mcast_send(struct net_device *dev, u8 *daddr, struct sk_buff *skb) argument
748 void *mgid = daddr + 4;
797 neigh = ipoib_neigh_get(dev, daddr);
800 neigh = ipoib_neigh_alloc(daddr, dev);
/linux-master/net/8021q/
H A Dvlan_dev.c40 * daddr=NULL means leave destination address (eg unresolved arp)
47 const void *daddr, const void *saddr,
83 rc = dev_hard_header(skb, dev, type, daddr, saddr, len + vhdrlen);
522 const void *daddr, const void *saddr,
531 return dev_hard_header(skb, real_dev, type, daddr, saddr, len);
45 vlan_dev_hard_header(struct sk_buff *skb, struct net_device *dev, unsigned short type, const void *daddr, const void *saddr, unsigned int len) argument
520 vlan_passthru_hard_header(struct sk_buff *skb, struct net_device *dev, unsigned short type, const void *daddr, const void *saddr, unsigned int len) argument
/linux-master/drivers/net/arcnet/
H A Darcdevice.h202 unsigned short ethproto, uint8_t daddr);
/linux-master/net/tipc/
H A Dudp_media.c181 .daddr = dst->ipv4.s_addr,
203 .daddr = dst->ipv6,
347 if (ipv4_is_multicast(iphdr->daddr))
355 if (ipv6_addr_is_multicast(&iphdr->daddr))
/linux-master/drivers/staging/media/ipu3/
H A Dipu3.c146 imgu_pipe->queues[i].dmap.daddr);
176 imgu_pipe->queues[queue].dmap.daddr);
300 (u32)buf->daddr);
544 "dequeue %s %s buffer %d daddr 0x%x from css\n",
548 (u32)b->daddr);

Completed in 258 milliseconds

<<11121314151617181920>>