Searched refs:peer (Results 176 - 200 of 440) sorted by relevance

1234567891011>>

/linux-master/samples/bpf/
H A Dtest_cgrp2_sock2.sh12 ip link add veth0 type veth peer name veth0b
/linux-master/drivers/acpi/acpica/
H A Dutinit.c189 acpi_gbl_root_node_struct.peer = NULL;
/linux-master/include/net/
H A Dinet_common.h58 int peer);
/linux-master/drivers/ufs/host/
H A Dufshcd-dwc.c26 ATTR_SET_NOR, v[attr_node].mib_val, v[attr_node].peer);
71 * This function configures both the local side (host) and the peer side
/linux-master/tools/testing/selftests/net/
H A Droute_localnet.sh6 readonly PEER_NS="ns-peer-$(mktemp -u XXXXXX)"
11 ip link add name veth0 type veth peer name veth1
H A Dfib-onlink-tests.sh11 # - odd in current namespace; even in peer ns
186 ip li add ${NETIFS[p1]} type veth peer name ${NETIFS[p2]}
187 ip li add ${NETIFS[p3]} type veth peer name ${NETIFS[p4]}
188 ip li add ${NETIFS[p5]} type veth peer name ${NETIFS[p6]}
189 ip li add ${NETIFS[p7]} type veth peer name ${NETIFS[p8]}
203 # move peer interfaces to namespace and add addresses
H A Dmsg_zerocopy.sh90 peer name "${DEV}" mtu "${DEV_MTU}" netns "${NS2}"
H A Dio_uring_zerocopy_tx.sh96 peer name "${DEV}" mtu "${DEV_MTU}" netns "${NS2}"
H A Darp_ndisc_untracked_subnets.sh43 type veth peer name ${HOST_INTF}
77 type veth peer name ${HOST_INTF}
H A Dbareudp.sh15 # join its peer.
20 # For IPv4 and IPv6 reachability tests, the route simply sets the peer's
40 # | ^ * IPv4 address: 192.0.2.10, peer 192.0.2.11/32 |
41 # | | * IPv6 address: 2001:db8::10, peer 2001:db8::11/128 |
52 # | * IPv4 address: 192.0.2.11, peer 192.0.2.10/32 |
53 # | * IPv6 address: 2001:db8::11, peer 2001:db8::10/128 |
62 # | ^ * IPv4 address: 192.0.2.21, peer 192.0.2.22/32 |
63 # | | * IPv6 address: 2001:db8::21, peer 2001:db8::22/128 |
74 # | * IPv4 address: 192.0.2.22, peer 192.0.2.21/32 |
75 # | * IPv6 address: 2001:db8::22, peer 200
[all...]
/linux-master/security/apparmor/include/
H A Daudit.h125 struct aa_label *peer; member in struct:apparmor_audit_data::__anon638::__anon639
H A Dnet.h51 struct aa_label *peer; member in struct:aa_sk_ctx
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c116 "fastclose at close/shutdown. If offset is negative, expect the peer to close before "
353 struct addrinfo **peer,
389 *peer = a;
394 *peer = a;
660 * peer has closed its write side
711 /* ... and peer also closed already */
1247 struct addrinfo *peer; local
1257 fd = sock_connect_mptcp(cfg_host, cfg_port, cfg_sock_proto, &peer, fd_in, &winfo);
1284 xdisconnect(fd, peer->ai_addrlen);
1286 xdisconnect(fd, peer
351 sock_connect_mptcp(const char * const remoteaddr, const char * const port, int proto, struct addrinfo **peer, int infd, struct wstate *winfo) argument
[all...]
/linux-master/net/rxrpc/
H A Daf_rxrpc.c285 * rxrpc_kernel_get_peer - Get a reference on a peer
286 * @peer: The peer to get a reference on.
288 * Get a record for the remote peer in a call.
290 struct rxrpc_peer *rxrpc_kernel_get_peer(struct rxrpc_peer *peer) argument
292 return peer ? rxrpc_get_peer(peer, rxrpc_peer_get_application) : NULL;
297 * rxrpc_kernel_put_peer - Allow a kernel app to drop a peer reference
298 * @peer: The peer t
300 rxrpc_kernel_put_peer(struct rxrpc_peer *peer) argument
328 rxrpc_kernel_begin_call(struct socket *sock, struct rxrpc_peer *peer, struct key *key, unsigned long user_call_ID, s64 tx_total_len, u32 hard_timeout, gfp_t gfp, rxrpc_notify_rx_t notify_rx, u16 service_id, bool upgrade, enum rxrpc_interruptibility interruptibility, unsigned int debug_id) argument
[all...]
H A Dcall_object.c212 call->dest_srx = cp->peer->srx;
217 call->peer = rxrpc_get_peer(cp->peer, rxrpc_peer_get_call);
293 * Start the process of connecting a call. We obtain a peer and a connection
342 if (WARN_ON_ONCE(!cp->peer)) {
496 spin_lock(&conn->peer->lock);
497 hlist_add_head(&call->error_link, &conn->peer->error_targets);
498 spin_unlock(&conn->peer->lock);
700 rxrpc_put_peer(call->peer, rxrpc_peer_put_call);
/linux-master/net/sctp/
H A Dsocket.c176 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports)
583 if (!asoc->peer.asconf_capable)
586 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_ADD_IP)
594 * do not send the asconf chunk to its peer, but continue with
644 &asoc->peer.transport_addr_list, transports) {
647 trans->ssthresh = asoc->peer.i.a_rwnd;
787 if (!asoc->peer.asconf_capable)
790 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_DEL_IP)
798 * If so, do not send the asconf chunk to its peer, but
893 list_for_each_entry(transport, &asoc->peer
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dbridge_mdb_max.sh253 local peer=$(locus_dev_peer $locus)
256 $MZ $peer -a own -b $dmac -c 1 -A 192.0.2.1 -B $GRP \
274 local peer=$(locus_dev_peer $locus)
277 $MZ $peer -a own -b $dmac -c 1 -A 192.0.2.1 -B 224.0.0.2 \
291 local peer=$(locus_dev_peer $locus)
296 $MZ -6 $peer -a own -b $dmac -c 1 -A $SIP -B $GRP \
314 local peer=$(locus_dev_peer $locus)
319 $MZ -6 $peer -a own -b $dmac -c 1 -A $SIP -B $GRP \
/linux-master/net/tipc/
H A Dlink.h77 u32 peer, u8 *peer_id, u16 peer_caps,
83 bool tipc_link_bc_create(struct net *net, u32 ownnode, u32 peer, u8 *peer_id,
/linux-master/security/apparmor/
H A Dnet.c101 if (ad->peer) {
102 audit_log_format(ab, " peer=");
103 aa_label_xaudit(ab, labels_ns(ad->subj_label), ad->peer,
/linux-master/fs/afs/
H A Dvl_alias.c48 unsigned long pa = (unsigned long)la->addrs[a].peer;
49 unsigned long pb = (unsigned long)lb->addrs[b].peer;
/linux-master/tools/testing/selftests/drivers/net/bonding/
H A Dbond_topo_2d1c.sh64 ip -n ${s_ns} link add eth${i} type veth peer name s${i} netns ${g_ns}
117 ip -n ${c_ns} link add eth0 type veth peer name c0 netns ${g_ns}
H A Dlag_lib.sh99 ip link add name lag1 type veth peer name lag1-end
103 ip link add name lag1 type veth peer name lag1-end
/linux-master/drivers/ntb/hw/idt/
H A Dntb_hw_idt.c533 /* It's useless to have this driver loaded if there is no any peer */
535 dev_warn(&ndev->ntb.pdev->dev, "No active peer found\n");
556 * idt_ntb_peer_port_count() - get the number of peer ports
559 * Return the count of detected peer NT-functions.
561 * Return: number of peer ports
571 * idt_ntb_peer_port_number() - get peer port by given index
575 * Return: peer port or negative error
589 * idt_ntb_peer_port_idx() - get peer port index by given port number
596 * Return: peer NT-function port index or negative error
610 * There is no any ready-to-use method to have peer port
1129 struct idt_ntb_peer *peer; local
1200 struct idt_ntb_peer *peer; local
[all...]
/linux-master/drivers/ata/
H A Dpata_via.c249 struct ata_device *peer = ata_dev_pair(adev); local
270 if (peer) {
271 if (peer->pio_mode) {
272 ata_timing_compute(peer, peer->pio_mode, &p, T, UT);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c11 #include "peer.h"
1073 struct ath12k_peer *peer; local
1089 peer = ath12k_dp_rx_h_find_peer(ar->ab, msdu);
1090 if (peer && peer->sta)
1091 pubsta = peer->sta;
1095 "rx skb %pK len %u peer %pM %u %s %s%s%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",
1098 peer ? peer->addr : NULL,
2079 struct ath12k_peer *peer local
2365 struct ath12k_peer *peer; local
2487 struct ath12k_peer *peer; local
[all...]

Completed in 205 milliseconds

1234567891011>>