Searched refs:peer (Results 226 - 250 of 440) sorted by relevance

1234567891011>>

/linux-master/net/sctp/
H A Dchunk.c165 if (asoc->peer.prsctp_capable && sinfo->sinfo_timetolive &&
182 /* If the peer requested that we authenticate DATA chunks
302 if (!chunk->asoc->peer.prsctp_capable)
/linux-master/tools/net/ynl/
H A Dethtool.py193 peer = bits_to_dict(eee['modes-peer'])
207 print_speed('Link partner advertised EEE link modes', peer)
/linux-master/tools/perf/util/
H A Dbpf-filter.l129 peer { return constant(PERF_MEM_SNOOPX_PEER); }
/linux-master/fs/afs/
H A Dvl_probe.c119 rtt_us = rxrpc_kernel_get_srtt(addr->peer);
136 server_index, index, rxrpc_kernel_remote_addr(addr->peer),
H A Dcmservice.c142 * Find the server record by peer address and record a probe to the cache
149 struct rxrpc_peer *peer; local
151 peer = rxrpc_kernel_get_call_peer(call->net->socket, call->rxcall);
153 server = afs_find_server(call->net, peer);
H A Dproc.c360 rxrpc_kernel_remote_addr(alist->addrs[i].peer));
461 i, rxrpc_kernel_remote_addr(addr->peer),
464 rxrpc_kernel_get_srtt(addr->peer),
/linux-master/tools/testing/selftests/net/
H A Dsrv6_end_dt4_l3vpn_test.sh258 ip -netns ${hsname} link add veth0 type veth peer name ${rtveth}
318 ip link add veth-rt-1 type veth peer name veth-rt-2
H A Dsrv6_end_dt6_l3vpn_test.sh257 ip -netns ${hsname} link add veth0 type veth peer name ${rtveth}
323 ip link add veth-rt-1 type veth peer name veth-rt-2
H A Dsctp_vrf.sh27 ip -n $SERVER_NS link add veth1 type veth peer name veth1 netns $CLIENT_NS1
28 ip -n $SERVER_NS link add veth2 type veth peer name veth1 netns $CLIENT_NS2
H A Dbig_tcp.sh31 ip -net $ROUTER_NS link add link1 type veth peer name link0 netns $CLIENT_NS
32 ip -net $ROUTER_NS link add link2 type veth peer name link3 netns $SERVER_NS
H A Dxfrm_policy.sh61 # peer netns that are supposed to be encapsulated via esp have addresses
356 ip link add $DEV netns ${ns[1]} type veth peer name eth1 netns ${ns[3]}
357 ip link add $DEV netns ${ns[2]} type veth peer name eth1 netns ${ns[4]}
359 ip link add $DEV netns ${ns[3]} type veth peer name veth0 netns ${ns[4]}
/linux-master/security/apparmor/
H A Dlib.c300 audit_log_format(ab, " peer=");
301 aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer,
361 ad->peer = &target->label;
H A Dfile.c68 if (ad->peer) {
70 aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer,
107 ad.peer = tlabel;
/linux-master/net/qrtr/
H A Daf_qrtr.c93 struct sockaddr_qrtr peer; member in struct:qrtr_sock
847 /* Queue packet to local peer socket. */
939 addr = &ipc->peer;
1109 ipc->peer = *addr;
1119 int peer)
1126 if (peer) {
1132 qaddr = ipc->peer;
1118 qrtr_getname(struct socket *sock, struct sockaddr *saddr, int peer) argument
/linux-master/drivers/clk/qcom/
H A Dclk-rpmh.c48 * @peer: pointer to the clock rpmh sibling
62 struct clk_rpmh *peer; member in struct:clk_rpmh
80 .peer = &clk_rpmh_##_clk_name##_ao, \
99 .peer = &clk_rpmh_##_clk_name, \
182 c->peer->last_sent_aggr_state = c->last_sent_aggr_state;
196 c->aggr_state = c->state | c->peer->state;
197 c->peer->aggr_state = c->aggr_state;
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c23 #include "peer.h"
878 struct ath11k_peer *peer, *tmp; local
885 list_for_each_entry_safe(peer, tmp, &ab->peers, list) {
886 ath11k_peer_rx_tid_cleanup(ar, peer);
887 ath11k_peer_rhash_delete(ab, peer);
888 list_del(&peer->list);
889 kfree(peer);
1965 ath11k_dbg(ar->ab, ATH11K_DBG_MAC, "ht peer %pM mcs cnt %d nss %d\n",
2129 ath11k_dbg(ar->ab, ATH11K_DBG_MAC, "setting vht range mcs value to peer supported nss %d for peer
3003 struct ath11k_peer *peer; local
4191 struct ath11k_peer *peer; local
4235 struct ath11k_peer *peer; local
5006 struct ath11k_peer *peer; local
7994 struct ath11k_peer *peer; local
8555 struct ath11k_peer *peer; local
9533 struct ath11k_peer *peer; local
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp.c14 #include "peer.h"
26 struct ath12k_peer *peer; local
28 /* TODO: Any other peer specific DP cleanup */
31 peer = ath12k_peer_find(ab, vdev_id, addr);
32 if (!peer) {
33 ath12k_warn(ab, "failed to lookup peer %pM on vdev %d\n",
39 ath12k_dp_rx_peer_tid_cleanup(ar, peer);
40 crypto_free_shash(peer->tfm_mmic);
41 peer->dp_setup_done = false;
48 struct ath12k_peer *peer; local
[all...]
/linux-master/drivers/ntb/test/
H A Dntb_tool.c61 * Eg: check local/peer device information.
76 * # 3) up to six peer devices
78 * # Check peer device port number
81 * # Check peer device(s) functionality to be used
101 * # Check if link with peer device is up/down:
120 * # Ring/clear/get peer doorbell
121 * root@peer# echo 's 1' > $DBG_DIR/peer_db
122 * root@peer# echo 'c 1' > $DBG_DIR/peer_db
123 * root@peer# cat $DBG_DIR/peer_db
125 * # Set/clear/get peer doorbel
424 struct tool_peer *peer = filep->private_data; local
491 struct tool_peer *peer = filep->private_data; local
513 struct tool_peer *peer = filep->private_data; local
[all...]
/linux-master/net/ipv6/
H A Dicmp.c217 struct inet_peer *peer; local
223 peer = inet_getpeer_v6(net->ipv6.peers, &fl6->daddr, 1);
224 res = inet_peer_xrlim_allow(peer, tmo);
225 if (peer)
226 inet_putpeer(peer);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c1750 const u8 *peer,
3759 const u8 *peer, int link_id, u8 action_code,
3778 peer, status_code);
3779 mwifiex_add_auto_tdls_peer(priv, peer);
3780 ret = mwifiex_send_tdls_data_frame(priv, peer, action_code,
3785 mwifiex_add_auto_tdls_peer(priv, peer);
3788 peer, status_code);
3789 ret = mwifiex_send_tdls_data_frame(priv, peer, action_code,
3795 "Send TDLS Confirm to %pM status_code=%d\n", peer,
3797 ret = mwifiex_send_tdls_data_frame(priv, peer, action_cod
1747 mwifiex_cfg80211_set_bitrate_mask(struct wiphy *wiphy, struct net_device *dev, unsigned int link_id, const u8 *peer, const struct cfg80211_bitrate_mask *mask) argument
3758 mwifiex_cfg80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, int link_id, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capability, bool initiator, const u8 *extra_ies, size_t extra_ies_len) argument
3833 mwifiex_cfg80211_tdls_oper(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, enum nl80211_tdls_operation action) argument
[all...]
/linux-master/net/tipc/
H A Dnode.c93 * @state: connectivity state vs peer node
100 * @capabilities: bitmap, indicating peer node's functional capabilities
103 * @peer_id: 128-bit ID of peer
104 * @peer_id_string: ID string of peer
111 * @peer_net: peer's net namespace
112 * @peer_hash_mix: hash for this peer (FIXME)
764 static bool tipc_node_cleanup(struct tipc_node *peer) argument
767 struct tipc_net *tn = tipc_net(peer->net);
774 tipc_node_write_lock(peer);
776 if (!node_is_up(peer)
2243 struct tipc_node *peer, *temp_node; local
[all...]
H A Dsocket.c88 * @snt_unacked: # messages sent by socket, and not yet acked by peer
90 * @peer_caps: peer capabilities mask
91 * @rcv_unacked: # messages read by user, but not yet acked back to peer
93 * @peer: 'connected' peer for dgram/rdm
127 struct sockaddr_tipc peer; member in struct:tipc_sock
242 * - If block based flow control is not supported by peer we
331 /* tsk_peer_msg - verify if message was sent by connected port's peer
586 /* Send a FIN+/- to its peer */
735 * tipc_getname - get port ID of socket or peer socke
746 tipc_getname(struct socket *sock, struct sockaddr *uaddr, int peer) argument
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_asymmetric_ipv6.sh372 ip link add name w1 type veth peer name w2
373 ip link add name w3 type veth peer name w4
447 ip link add name v1 type veth peer name v2
H A Dvxlan_asymmetric.sh377 ip link add name w1 type veth peer name w2
378 ip link add name w3 type veth peer name w4
450 ip link add name v1 type veth peer name v2
/linux-master/sound/usb/6fire/
H A Dpcm.c289 struct pcm_urb *out_urb = in_urb->peer;
630 rt->in_urbs[i].peer = &rt->out_urbs[i];
631 rt->out_urbs[i].peer = &rt->in_urbs[i];

Completed in 290 milliseconds

1234567891011>>