Searched refs:peer (Results 201 - 225 of 440) sorted by relevance

1234567891011>>

/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c521 drbd_info(connection, "sock was reset by peer\n");
536 drbd_info(connection, "sock was shut down by peer\n");
645 /* connect may fail, peer not yet available.
661 /* peer not (yet) available, network problem */
919 * -1 peer talks different language,
949 /* Assume that the peer only understands protocol 80 until we know better. */
1073 drbd_err(connection, "Authentication of peer failed\n");
1076 drbd_err(connection, "Authentication of peer failed, trying again.\n");
1621 * @peer_req: peer request
1674 * side than those of the sending peer, w
3016 int self, peer, rv = -100; local
3235 u64 self, peer; local
3615 convert_after_sb(enum drbd_after_sb_p peer) argument
[all...]
/linux-master/net/sctp/
H A Doutput.c258 /* if the peer did not request this chunk to be authenticated,
300 pkt->transport->asoc->peer.sack_generation)
314 asoc->peer.sack_needed = 0;
644 if (asoc->peer.last_sent_to != tp)
645 asoc->peer.last_sent_to = tp;
683 * any destination transport address if its peer's rwnd indicates
684 * that the peer has no buffer space (i.e. rwnd is 0, see Section
693 rwnd = asoc->peer.rwnd;
762 u32 rwnd = asoc->peer.rwnd;
776 asoc->peer
[all...]
H A Dsm_statefuns.c217 * it is set to its peer's tag and the T bit is set in the Chunk
413 /* Update socket peer label if first association. */
501 * other packets to the peer.
650 /* Make sure that we and the peer are AUTH capable */
651 if (!net->sctp.auth_enable || !asoc->peer.auth_capable)
834 * When a peer sends a Adaptation Layer Indication parameter , SCTP
838 if (new_asoc->peer.adaptation_ind) {
845 if (!new_asoc->peer.auth_capable) {
932 /* Set peer label for connection. */
984 * When a peer send
[all...]
/linux-master/net/rxrpc/
H A Dar-internal.h341 unsigned int if_mtu; /* interface MTU for this peer */
342 unsigned int mtu; /* network MTU for this peer */
379 struct rxrpc_peer *peer; /* Representation of remote endpoint */ member in struct:rxrpc_conn_parameters
392 RXRPC_CALL_REMOTELY_ABORTED, /* - call aborted by peer */
403 RXRPC_CONN_IN_SERVICE_CONNS, /* Conn is in peer->service_conns */
445 struct rxrpc_peer *peer; /* Remote endpoint */ member in struct:rxrpc_bundle
467 * - matched by { local, peer, epoch, conn_id, direction }
473 struct rxrpc_peer *peer; /* Remote endpoint */ member in struct:rxrpc_connection
502 struct rb_node service_node; /* Node in peer->service_conns */
563 RXRPC_CALL_RX_HEARD, /* The peer responde
618 struct rxrpc_peer *peer; /* Peer record for remote address */ member in struct:rxrpc_call
[all...]
/linux-master/tools/testing/selftests/netfilter/
H A Dconntrack_icmp_related.sh84 ip link add $DEV netns nsclient1 type veth peer name eth1 netns nsrouter1
86 ip link add $DEV netns nsclient2 type veth peer name eth1 netns nsrouter2
89 ip link add $DEV netns nsrouter1 type veth peer name eth2 netns nsrouter2
H A Dnf_nat_edemux.sh52 ip link add name veth2 type veth peer name veth1
/linux-master/include/linux/
H A DmISDNif.h473 struct mISDNchannel *peer; member in struct:mISDNchannel
569 if (!ch->peer)
574 if (ch->recv(ch->peer, skb))
/linux-master/tools/testing/selftests/net/forwarding/
H A Ddual_vxlan_bridge.sh244 ip link add name w1 type veth peer name w2
320 ip link add name v1 type veth peer name v2
321 ip link add name v3 type veth peer name v4
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dnetlink.c110 const char *peer, int ns)
123 if (rtattr_pack(nh, req_sz, IFLA_IFNAME, peer, strlen(peer)))
109 veth_pack_peerb(struct nlmsghdr *nh, size_t req_sz, const char *peer, int ns) argument
/linux-master/include/net/
H A Dnet_namespace.h418 int peernet2id_alloc(struct net *net, struct net *peer, gfp_t gfp);
419 int peernet2id(const struct net *net, struct net *peer);
420 bool peernet_has_id(const struct net *net, struct net *peer);
H A Dmctp.h90 * Packets are matched on (peer EID, local EID, tag).
260 mctp_eid_t local, mctp_eid_t peer,
/linux-master/security/apparmor/
H A Dlsm.c1079 aa_put_label(ctx->peer);
1098 if (new->peer)
1099 aa_put_label(new->peer);
1100 new->peer = aa_get_label(ctx->peer);
1317 if (ctx->peer)
1318 return ctx->peer;
1324 * apparmor_socket_getpeersec_stream - get security context of peer
1325 * @sock: socket that we are trying to get the peer context of
1326 * @optval: output - buffer to copy peer nam
1340 struct aa_label *peer; local
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmac.c16 #include "peer.h"
777 struct ath12k_peer *peer, *tmp; local
783 list_for_each_entry_safe(peer, tmp, &ab->peers, list) {
784 ath12k_dp_rx_peer_tid_cleanup(ar, peer);
785 list_del(&peer->list);
786 kfree(peer);
1594 ath12k_dbg(ar->ab, ATH12K_DBG_MAC, "mac ht peer %pM mcs cnt %d nss %d\n",
1716 /* Calculate peer NSS capability from VHT capabilities if STA
1749 ath12k_dbg(ar->ab, ATH12K_DBG_MAC, "mac vht peer %pM max_mpdu %d flags 0x%x\n",
1775 /* Supported HE-MCS and NSS Set of peer he_ca
2416 struct ath12k_peer *peer; local
3335 struct ath12k_peer *peer; local
3380 struct ath12k_peer *peer; local
3975 struct ath12k_peer *peer; local
4138 struct ath12k_peer *peer; local
[all...]
/linux-master/net/ipv4/
H A Droute.c878 struct inet_peer *peer; local
894 peer = inet_getpeer_v4(net->ipv4.peers, ip_hdr(skb)->saddr, vif, 1);
895 if (!peer) {
904 if (time_after(jiffies, peer->rate_last + ip_rt_redirect_silence)) {
905 peer->rate_tokens = 0;
906 peer->n_redirects = 0;
912 if (peer->n_redirects >= ip_rt_redirect_number) {
913 peer->rate_last = jiffies;
920 if (peer->n_redirects == 0 ||
922 (peer
944 struct inet_peer *peer; local
[all...]
/linux-master/drivers/acpi/acpica/
H A Dnssearch.c119 /* Didn't match name, move on to the next peer object */
121 node = node->peer;
/linux-master/samples/bpf/
H A Dtest_cgrp2_tc.sh74 $IP link add $HOST_IFC type veth peer name $NS_IFC || return $?
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xdp_features.sh16 ip link add v1 type veth peer name v0 netns ${NS}
H A Dtest_xsk.sh26 # ----------- peer ----------
128 ip link add ${VETH0} numtxqueues 4 numrxqueues 4 type veth peer name ${VETH1} numtxqueues 4 numrxqueues 4
/linux-master/net/atm/
H A Dpvc.c90 int peer)
89 pvc_getname(struct socket *sock, struct sockaddr *sockaddr, int peer) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_priv.h99 struct list_head peer[MLX5_MAX_PORTS]; /* flows with peer flow */ member in struct:mlx5e_tc_flow
103 struct list_head peer_flows; /* flows on peer */
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h230 void *peer; member in struct:mlx5e_rep_sq_peer
/linux-master/tools/testing/selftests/net/
H A Dndisc_unsolicited_na_test.sh77 peer name ${HOST_INTF} netns ${HOST_NS}
H A Dicmp_redirect.sh192 ip -netns $h1 li add eth0 type veth peer name r1h1
195 ip -netns $h1 li add eth1 type veth peer name r2h1
198 ip -netns $h2 li add eth0 type veth peer name r2h2
202 ip -netns $r1 li add eth1 type veth peer name r2r1
H A Dso_txtime.sh34 peer name "${DEV}" netns "${NS2}"
/linux-master/drivers/usb/core/
H A Dhub.h85 * @peer: related usb2 and usb3 ports (share the same connector)
104 struct usb_port *peer; member in struct:usb_port

Completed in 284 milliseconds

1234567891011>>