Searched refs:peer (Results 151 - 175 of 440) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/net/
H A Dfib_rule_tests.sh108 peer name veth1 netns $peerns
112 $IP address add 192.0.2.10 peer 192.0.2.11/32 dev veth0
113 $IP_PEER address add 192.0.2.11 peer 192.0.2.10/32 dev veth1
115 $IP address add 2001:db8::10 peer 2001:db8::11/128 dev veth0 nodad
116 $IP_PEER address add 2001:db8::11 peer 2001:db8::10/128 dev veth1 nodad
H A Dl2tp.sh113 ip -netns ${ns1} li add ${ns1_dev} type veth peer name tmp
147 ip -netns $host_1 addr add dev l2tp4 172.16.1.1 peer 172.16.1.2
157 ip -netns $host_2 addr add dev l2tp4 172.16.1.2 peer 172.16.1.1
176 ip -netns $host_1 addr add dev l2tp6 fc00:1::1 peer fc00:1::2
186 ip -netns $host_2 addr add dev l2tp6 fc00:1::2 peer fc00:1::1
H A Dfib_nexthops.sh4 # ns: me | ns: peer | ns: remote
15 # by use of network namespace for peer.
171 setup_ns me peer remote
173 create_ns $peer
179 $IP li add veth1 type veth peer name veth2
184 $IP li add veth3 type veth peer name veth4
189 $IP li set veth2 netns $peer up
190 ip -netns $peer addr add 172.16.1.2/24 dev veth2
191 ip -netns $peer -6 addr add 2001:db8:91::2/64 dev veth2 nodad
193 $IP li set veth4 netns $peer u
[all...]
H A Dtest_vxlan_vnifiltering.sh214 ip link add $hvvethif type veth peer name $vmvethif
302 ip link add veth-host type veth peer name veth-testns
390 ip link add veth-hv-1 type veth peer name veth-hv-2
423 ip link add veth-hv-1 type veth peer name veth-hv-2
456 ip link add veth-hv-1 type veth peer name veth-hv-2
488 ip link add veth-hv-1 type veth peer name veth-hv-2
518 ip link add veth-hv-1 type veth peer name veth-hv-2
H A Dvrf_route_leaking.sh226 ip -netns $h1 link add eth0 type veth peer name r1h1
229 ip -netns $h2 link add eth0 type veth peer name r1h2
304 ip -netns $h1 link add eth0 type veth peer name r1h1
307 ip -netns $h1 link add eth1 type veth peer name r2h1
310 ip -netns $h2 link add eth0 type veth peer name r1h2
313 ip -netns $h2 link add eth1 type veth peer name r2h2
H A Damt.sh114 ip link add l_gw type veth peer name gw_l
115 ip link add gw_relay type veth peer name relay_gw
116 ip link add relay_src type veth peer name src_relay
/linux-master/net/rxrpc/
H A Dconn_event.c115 msg.msg_name = &conn->peer->srx.transport;
116 msg.msg_namelen = conn->peer->srx.transport_len;
152 mtu = conn->peer->if_mtu;
153 mtu -= conn->peer->hdrsize;
182 conn->peer->last_tx_at = ktime_get_seconds();
H A Dsendmsg.c134 rtt = READ_ONCE(call->peer->srtt_us) >> 3;
563 struct rxrpc_peer *peer; variable in typeref:struct:rxrpc_peer
576 peer = rxrpc_lookup_peer(rx->local, srx, GFP_KERNEL);
577 if (!peer) {
588 cp.peer = peer;
598 rxrpc_put_peer(peer, rxrpc_peer_put_application);
/linux-master/net/sctp/
H A Dstream.c47 if (asoc->peer.prsctp_capable &&
275 if (!asoc->peer.reconf_capable ||
387 if (!asoc->peer.reconf_capable ||
433 if (!asoc->peer.reconf_capable ||
531 sctp_tsnmap_get_ctsn(&asoc->peer.tsn_map)) {
548 * the peer doesn't enable strreset after receiving response with
705 sctp_tsnmap_get_ctsn(&asoc->peer.tsn_map) + 1;
730 max_tsn_seen = sctp_tsnmap_get_max_tsn_seen(&asoc->peer.tsn_map);
734 * TSN that the peer should use to send the next DATA chunk. The
738 init_tsn = sctp_tsnmap_get_ctsn(&asoc->peer
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dflowring.c431 u8 peer[ETH_ALEN])
447 if (memcmp(search->mac, peer, ETH_ALEN) == 0) {
457 if ((sta || (memcmp(hash[i].mac, peer, ETH_ALEN) == 0)) &&
478 u8 peer[ETH_ALEN])
487 memcpy(tdls_entry->mac, peer, ETH_ALEN);
493 if (memcmp(search->mac, peer, ETH_ALEN) == 0)
497 if (memcmp(search->mac, peer, ETH_ALEN) == 0)
430 brcmf_flowring_delete_peer(struct brcmf_flowring *flow, int ifidx, u8 peer[ETH_ALEN]) argument
477 brcmf_flowring_add_tdls_peer(struct brcmf_flowring *flow, int ifidx, u8 peer[ETH_ALEN]) argument
/linux-master/drivers/ata/
H A Dpata_amd.c50 struct ata_device *peer = ata_dev_pair(adev); local
67 if (peer) {
69 if (ata_dma_enabled(peer)) {
70 ata_timing_compute(peer, peer->dma_mode, &apeer, T, UT);
73 ata_timing_compute(peer, peer->pio_mode, &apeer, T, UT);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_domain.c564 struct mlx5dr_domain *peer; local
568 peer = xa_load(&dmn->peer_dmn_xa, peer_vhca_id);
569 if (peer)
570 refcount_dec(&peer->refcount);
574 peer = xa_load(&dmn->peer_dmn_xa, peer_vhca_id);
575 if (peer)
576 refcount_inc(&peer->refcount);
/linux-master/net/smc/
H A Dsmc_cdc.c148 struct smc_cdc_msg *peer; local
151 peer = (struct smc_cdc_msg *)wr_buf;
152 peer->common.type = local->common.type;
153 peer->len = local->len;
154 peer->seqno = htons(conn->tx_cdc_seq_fin); /* seqno last compl. tx */
155 peer->token = htonl(local->token);
156 peer->prod_flags.failover_validation = 1;
234 * Also update the confirmed receive buffer with what was sent to the peer.
362 /* trigger sndbuf consumer: RDMA write into peer RMBE and CDC */
374 /* urg data confirmed by peer, indicat
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dmac.c328 struct ath10k_peer *peer; local
341 peer = ath10k_peer_find(ar, arvif->vdev_id, addr);
344 if (!peer)
381 peer->keys[i] = arvif->wep_keys[i];
416 struct ath10k_peer *peer; local
425 peer = ath10k_peer_find(ar, arvif->vdev_id, addr);
428 if (!peer)
431 for (i = 0; i < ARRAY_SIZE(peer->keys); i++) {
432 if (peer->keys[i] == NULL)
436 ret = ath10k_install_key(arvif, peer
456 struct ath10k_peer *peer; local
482 struct ath10k_peer *peer; local
530 struct ath10k_peer *peer; local
732 struct ath10k_peer *peer; local
861 ath10k_peer_map_cleanup(struct ath10k *ar, struct ath10k_peer *peer) argument
890 struct ath10k_peer *peer, *tmp; local
909 struct ath10k_peer *peer, *tmp; local
4099 struct ath10k_peer *peer; local
4285 struct ath10k_peer *peer; local
5528 struct ath10k_peer *peer; local
5901 struct ath10k_peer *peer; local
6530 struct ath10k_peer *peer; local
7465 struct ath10k_peer *peer; local
8515 struct ath10k_peer *peer; local
9076 struct ath10k_peer *peer; local
9257 struct ath10k_peer *peer; local
[all...]
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp.c14 #include "peer.h"
25 struct ath11k_peer *peer; local
27 /* TODO: Any other peer specific DP cleanup */
30 peer = ath11k_peer_find(ab, vdev_id, addr);
31 if (!peer) {
32 ath11k_warn(ab, "failed to lookup peer %pM on vdev %d\n",
38 ath11k_peer_rx_tid_cleanup(ar, peer);
39 peer->dp_setup_done = false;
40 crypto_free_shash(peer->tfm_mmic);
47 struct ath11k_peer *peer; local
[all...]
/linux-master/drivers/isdn/mISDN/
H A Dhwchannel.c22 if (likely(dch->dev.D.peer)) {
23 err = dch->dev.D.recv(dch->dev.D.peer, skb);
46 if (likely(bch->ch.peer)) {
47 err = bch->ch.recv(bch->ch.peer, skb);
391 if (ch->peer) {
395 if (!ch->recv(ch->peer, skb))
/linux-master/tools/testing/selftests/netfilter/
H A Dipvs.sh11 # ----------- peer ----------- ----------- |
14 # | br0 | |----------------- peer |--------------|
17 # ---------- peer ---------- ----------- |
73 ip link add veth01 netns ns0 type veth peer name veth10 netns ns1
74 ip link add veth02 netns ns0 type veth peer name veth20 netns ns2
75 ip link add veth12 netns ns1 type veth peer name veth21 netns ns2
/linux-master/tools/testing/selftests/net/forwarding/
H A Dq_in_vni_ipv6.sh225 ip link add name w1 type veth peer name w2
299 ip link add name v1 type veth peer name v2
300 ip link add name v3 type veth peer name v4
H A Dq_in_vni.sh226 ip link add name w1 type veth peer name w2
300 ip link add name v1 type veth peer name v2
301 ip link add name v3 type veth peer name v4
/linux-master/net/mctp/
H A Droute.c79 * MCTP tag management. The lookup tuple for these is the peer EID,
82 * In some cases, the peer EID may be MCTP_EID_ANY: for example, when a
83 * broadcast message is sent, we may receive responses from any peer EID.
85 * a key with (local = local-eid, peer = ANY). This allows a match on the
86 * incoming broadcast responses from any peer.
92 * unused tag value for the (local, peer) EID pair.
95 * for the peer EID, but don't have a specific local EID at that stage.
98 * (local = ANY, peer = peer-eid).
100 * So, the key set allows both a local EID of ANY, as well as a peer EI
110 mctp_key_match(struct mctp_sk_key *key, unsigned int net, mctp_eid_t local, mctp_eid_t peer, u8 tag) argument
170 mctp_key_alloc(struct mctp_sock *msk, unsigned int net, mctp_eid_t local, mctp_eid_t peer, u8 tag, gfp_t gfp) argument
647 mctp_alloc_local_tag(struct mctp_sock *msk, unsigned int netid, mctp_eid_t local, mctp_eid_t peer, bool manual, u8 *tagp) argument
[all...]
/linux-master/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh72 ip link add ns1eth1 netns "$ns1" type veth peer name ns2eth1 netns "$ns2"
73 ip link add ns1eth2 netns "$ns1" type veth peer name ns2eth2 netns "$ns2"
74 ip link add ns2eth3 netns "$ns2" type veth peer name ns3eth1 netns "$ns3"
/linux-master/include/net/
H A Dinetpeer.h148 bool inet_peer_xrlim_allow(struct inet_peer *peer, int timeout);
/linux-master/include/linux/
H A Dvmw_vmci_api.h52 u32 peer, u32 flags, u32 priv_flags);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xdp_meta.sh35 ip link add veth1 type veth peer name veth2
H A Dtest_tc_edt.sh41 ip link add veth_src type veth peer name veth_dst

Completed in 1626 milliseconds

1234567891011>>