Searched refs:peer (Results 76 - 100 of 440) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/ath/ath12k/
H A DMakefile17 peer.o \
H A Ddp_rx.c18 #include "peer.h"
748 /* TODO: based on ML peer or not, select the LUT. below assumes non
749 * ML peer
769 /* TODO: based on ML peer or not, select the LUT. below assumes non
770 * ML peer
781 struct ath12k_peer *peer, u8 tid)
784 struct ath12k_dp_rx_tid *rx_tid = &peer->rx_tid[tid];
806 ath12k_peer_rx_tid_qref_reset(ar->ab, peer->peer_id, tid);
868 void ath12k_dp_rx_peer_tid_cleanup(struct ath12k *ar, struct ath12k_peer *peer) argument
876 rx_tid = &peer
780 ath12k_dp_rx_peer_tid_delete(struct ath12k *ar, struct ath12k_peer *peer, u8 tid) argument
887 ath12k_peer_rx_tid_reo_update(struct ath12k *ar, struct ath12k_peer *peer, struct ath12k_dp_rx_tid *rx_tid, u32 ba_win_sz, u16 ssn, bool update_ssn) argument
928 struct ath12k_peer *peer; local
1062 struct ath12k_peer *peer; local
1103 struct ath12k_peer *peer; local
1315 struct ath12k_peer *peer; local
1498 ath12k_copy_to_delay_stats(struct ath12k_peer *peer, struct htt_ppdu_user_stats *usr_stats) argument
1513 ath12k_copy_to_bar(struct ath12k_peer *peer, struct htt_ppdu_user_stats *usr_stats) argument
1533 struct ath12k_peer *peer = NULL; local
2181 struct ath12k_peer *peer = NULL; local
2211 struct ath12k_peer *peer; local
2402 struct ath12k_peer *peer; local
2730 struct ath12k_peer *peer; local
2802 ath12k_dp_rx_h_verify_tkip_mic(struct ath12k *ar, struct ath12k_peer *peer, struct sk_buff *msdu) argument
2888 ath12k_dp_rx_h_defrag(struct ath12k *ar, struct ath12k_peer *peer, struct ath12k_dp_rx_tid *rx_tid, struct sk_buff **defrag_skb) argument
3185 struct ath12k_peer *peer; local
[all...]
/linux-master/net/core/
H A Dlink_watch.c46 struct net_device *peer; local
51 peer = __dev_get_by_index(dev_net(dev), iflink);
52 if (!peer)
55 return netif_carrier_ok(peer) ? IF_OPER_DOWN :
/linux-master/net/rxrpc/
H A Dconn_object.c90 * When searching for a service call, if we find a peer but no connection, we
101 struct rxrpc_peer *peer; local
118 peer = conn->peer;
121 if (peer->srx.transport.sin.sin_port !=
123 peer->srx.transport.sin.sin_addr.s_addr !=
129 if (peer->srx.transport.sin6.sin6_port !=
131 memcmp(&peer->srx.transport.sin6.sin6_addr,
201 call->peer->cong_ssthresh = call->cong_ssthresh;
204 spin_lock(&call->peer
[all...]
H A Dcall_event.c47 if (call->peer->srtt_us)
48 delay = (call->peer->srtt_us >> 3) * NSEC_PER_USEC;
74 ktime_t next_resend = KTIME_MAX, rto = ns_to_ktime(call->peer->rto_us * NSEC_PER_USEC);
137 /* Fast-forward through the Tx queue to the point the peer says it has
176 delay = rxrpc_get_rto_backoff(call->peer, did_send);
191 call->peer->srtt_us >> 3);
308 if (call->peer->rtt_count < 3 ||
309 ktime_before(ktime_add_ms(call->peer->rtt_last_req, 1000),
437 if (call->peer->rtt_count < 3)
440 else if (ktime_before(ktime_add_ms(call->peer
[all...]
H A Dproc.c165 sprintf(rbuff, "%pISpc", &conn->peer->srx.transport);
246 sprintf(rbuff, "%pISpc", &bundle->peer->srx.transport);
280 struct rxrpc_peer *peer; local
293 peer = list_entry(v, struct rxrpc_peer, hash_link);
295 sprintf(lbuff, "%pISpc", &peer->local->srx.transport);
297 sprintf(rbuff, "%pISpc", &peer->srx.transport);
305 refcount_read(&peer->ref),
306 peer->cong_ssthresh,
307 peer->mtu,
308 now - peer
[all...]
/linux-master/include/uapi/linux/
H A Dscif_ioctl.h77 * @peer: destination node and port to connect to
81 struct scif_port_id peer; member in struct:scifioctl_connect
87 * @peer: global id of peer endpoint
92 struct scif_port_id peer; member in struct:scifioctl_accept
/linux-master/drivers/isdn/mISDN/
H A Ddsp_hwec.c85 if (!dsp->ch.peer->ctrl(&dsp->ch, CONTROL_CHANNEL, &cq)) {
105 if (!dsp->ch.peer->ctrl(&dsp->ch, CONTROL_CHANNEL, &cq)) {
H A Ddsp_core.c216 if (!dsp->ch.peer) {
218 printk(KERN_DEBUG "%s: no peer, no rx_off\n",
224 if (dsp->ch.peer->ctrl(dsp->ch.peer, CONTROL_CHANNEL, &cq)) {
261 if (!dsp->ch.peer) {
263 printk(KERN_DEBUG "%s: no peer, no fill_empty\n",
270 if (dsp->ch.peer->ctrl(dsp->ch.peer, CONTROL_CHANNEL, &cq)) {
631 if (!ch->peer) {
633 printk(KERN_DEBUG "%s: no peer, n
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dflowring.h69 u8 peer[ETH_ALEN]);
71 u8 peer[ETH_ALEN]);
/linux-master/net/sctp/
H A Dsm_make_chunk.c422 /* Tell peer that we'll do ECN only if peer advertised such cap. */
423 if (asoc->peer.ecn_capable)
426 if (asoc->peer.prsctp_capable)
429 if (asoc->peer.asconf_capable) {
435 if (asoc->peer.reconf_capable) {
443 if (asoc->peer.intl_capable) {
448 if (asoc->peer.auth_capable) {
494 if (asoc->peer.ecn_capable)
502 if (asoc->peer
3058 struct sctp_transport *peer; local
[all...]
H A Doutqueue.c213 list_for_each_entry(transport, &q->asoc->peer.transport_addr_list,
300 if (chunk->asoc->peer.prsctp_capable &&
428 if (!asoc->peer.prsctp_capable || !asoc->sent_cnt_removable)
437 list_for_each_entry(transport, &asoc->peer.transport_addr_list,
468 * stop considering it 'outstanding'. Our peer
477 q->asoc->peer.rwnd += sctp_data_size(chunk);
497 q->asoc->peer.rwnd += sctp_data_size(chunk);
549 if (transport == transport->asoc->peer.retran_path)
772 const __u16 dport = asoc->peer.port;
773 const __u32 vtag = asoc->peer
[all...]
/linux-master/security/apparmor/
H A Dtask.c219 audit_log_format(ab, " peer=");
220 aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer,
228 struct aa_label *peer, u32 request,
236 ad->peer = peer;
237 aa_profile_match_label(profile, rules, peer, AA_CLASS_PTRACE, request,
271 ad->peer = tracee;
226 profile_ptrace_perm(const struct cred *cred, struct aa_profile *profile, struct aa_label *peer, u32 request, struct apparmor_audit_data *ad) argument
/linux-master/drivers/net/wireguard/selftest/
H A Dallowedips.c39 if (node->peer) {
42 memcpy(&key, &node->peer, sizeof(node->peer));
258 struct wg_peer **peers, *peer; local
289 peer = peers[get_random_u32_below(NUM_PEERS)];
291 peer, &mutex) < 0) {
296 cidr, peer) < 0) {
315 peer = peers[get_random_u32_below(NUM_PEERS)];
318 cidr, peer, &mutex) < 0) {
323 (struct in_addr *)mutated, cidr, peer)) {
451 struct wg_peer *peer = kzalloc(sizeof(*peer), GFP_KERNEL); local
[all...]
/linux-master/drivers/pmdomain/qcom/
H A Drpmhpd.c28 * @peer: A peer power domain in case Active only Voting is
30 * @active_only: True if it represents an Active only peer
48 struct rpmhpd *peer; member in struct:rpmhpd
75 .peer = &cx_ao,
82 .peer = &cx,
89 .peer = &cx_ao_w_mx_parent,
97 .peer = &cx_w_mx_parent,
125 .peer = &mmcx_ao,
132 .peer
690 struct rpmhpd *peer = pd->peer; local
[all...]
/linux-master/include/linux/
H A Dbpf_mprog.h267 struct bpf_mprog_entry *peer; local
269 peer = bpf_mprog_peer(entry);
270 bpf_mprog_entry_clear(peer);
271 peer->parent->count = 0;
272 *entry_new = peer;
/linux-master/drivers/rapidio/
H A Drio_cm.c935 * @peer: target RapidIO device
945 struct cm_peer *peer, u16 rem_ch)
962 ch->rdev = peer->rdev;
978 hdr->bhdr.dst_id = htonl(peer->rdev->destid);
991 ret = riocm_post_send(cm, peer->rdev, hdr, sizeof(*hdr));
996 ret = riocm_queue_req(cm, peer->rdev, hdr, sizeof(*hdr));
1079 struct cm_peer *peer; local
1156 list_for_each_entry(peer, &new_ch->cmdev->peers, node) {
1157 if (peer->rdev->destid == new_ch->rem_destid) {
1159 rio_name(peer
944 riocm_ch_connect(u16 loc_ch, struct cm_dev *cm, struct cm_peer *peer, u16 rem_ch) argument
1565 struct cm_peer *peer; local
1784 struct cm_peer *peer; local
1948 struct cm_peer *peer; local
1994 struct cm_peer *peer; local
2178 struct cm_peer *peer, *temp; local
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1112 struct ath10k_peer *peer; local
1137 peer = ath10k_peer_find_by_id(ar, peer_id);
1138 if (!peer)
1141 arvif = ath10k_get_arvif(ar, peer->vdev_id);
1376 "rx skb %pK len %u peer %pM %s %s sn %u %s%s%s%s%s%s %srate_idx %u vht_nss %u freq %u band %u flag 0x%x fcs-err %i mic-err %i amsdu-more %i\n",
1882 struct ath10k_peer *peer; local
1888 peer = ath10k_peer_find_by_id(ar, peer_id);
1889 if (!peer) {
1890 ath10k_dbg(ar, ATH10K_DBG_HTT, "invalid peer for frag pn check\n");
1900 last_pn = &peer
2394 ath10k_htt_rx_pn_check_replay_hl(struct ath10k *ar, struct ath10k_peer *peer, struct htt_rx_indication_hl *rx) argument
2459 struct ath10k_peer *peer; local
2772 struct ath10k_peer *peer; local
2955 struct ath10k_peer *peer; local
3071 struct ath10k_peer *peer; local
3111 struct ath10k_peer *peer; local
3921 struct ath10k_peer *peer; local
3976 struct ath10k_peer *peer; local
4043 struct ath10k_peer *peer; local
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xdp_veth.sh87 ip link add veth1 index 111 type veth peer name veth11 netns ${NS1}
88 ip link add veth2 index 122 type veth peer name veth22 netns ${NS2}
89 ip link add veth3 index 133 type veth peer name veth33 netns ${NS3}
H A Dtest_xdp_redirect.sh25 ip link add veth1 index 111 type veth peer name veth11 netns ${NS1}
26 ip link add veth2 index 222 type veth peer name veth22 netns ${NS2}
/linux-master/net/wireless/
H A Dpmsr.c185 struct nlattr *peer,
195 nla_parse_nested_deprecated(tb, NL80211_PMSR_PEER_ATTR_MAX, peer,
201 NL_SET_ERR_MSG_ATTR(info->extack, peer,
202 "insufficient peer data");
266 struct nlattr *peers, *peer; local
281 nla_for_each_nested(peer, peers, rem) {
285 NL_SET_ERR_MSG_ATTR(info->extack, peer,
318 nla_for_each_nested(peer, peers, rem) {
320 err = pmsr_parse_peer(rdev, peer, &req->peers[idx], info);
485 struct nlattr *pmsr, *peers, *peer, *res local
184 pmsr_parse_peer(struct cfg80211_registered_device *rdev, struct nlattr *peer, struct cfg80211_pmsr_request_peer *out, struct genl_info *info) argument
[all...]
/linux-master/tools/testing/selftests/net/
H A Dunicast_extensions.sh124 ip link add foo netns $foo_ns type veth peer name bar netns $bar_ns
148 ip link add foo netns $foo_ns type veth peer name foo1 netns $router_ns
149 ip link add bar netns $bar_ns type veth peer name bar1 netns $router_ns
H A Dip6_gre_headroom.sh9 ip link add h1 type veth peer name swp1
10 ip link add h3 type veth peer name swp3
H A Dtest_ingress_egress_chaining.sh43 ip link add $veth1 type veth peer name $peer1
44 ip link add $veth2 type veth peer name $peer2
/linux-master/drivers/acpi/acpica/
H A Dnswalk.c29 * DESCRIPTION: Return the next peer node within the namespace. If Handle
48 /* Otherwise just return the next peer */
50 return (child_node->peer);
66 * DESCRIPTION: Return the next peer node within the namespace. If Handle
106 /* Otherwise, move on to the next peer node */
108 next_node = next_node->peer;

Completed in 219 milliseconds

1234567891011>>