Searched refs:peer (Results 201 - 225 of 441) 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.c218 * it is set to its peer's tag and the T bit is set in the Chunk
414 /* Update socket peer label if first association. */
502 * other packets to the peer.
651 /* Make sure that we and the peer are AUTH capable */
652 if (!net->sctp.auth_enable || !asoc->peer.auth_capable)
835 * When a peer sends a Adaptation Layer Indication parameter , SCTP
839 if (new_asoc->peer.adaptation_ind) {
846 if (!new_asoc->peer.auth_capable) {
933 /* Set peer label for connection. */
985 * 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/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/tools/testing/selftests/net/netfilter/
H A Dconntrack_icmp_related.sh74 ip link add "$DEV" netns "$nsclient1" type veth peer name eth1 netns "$nsrouter1"
75 ip link add "$DEV" netns "$nsclient2" type veth peer name eth1 netns "$nsrouter2"
76 ip link add "$DEV" netns "$nsrouter1" type veth peer name eth2 netns "$nsrouter2"
H A Dnf_nat_edemux.sh26 ip link add name veth2 type veth peer name veth1
H A Dnft_conntrack_helper.sh31 if ! ip link add veth0 netns "$ns1" type veth peer name veth0 netns "$ns2" > /dev/null 2>&1;then
/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/
H A Dgtp.c61 } peer; member in struct:pdp_ctx
98 } peer; member in struct:echo_info
505 nla_put_be32(skb, GTPA_PEER_ADDRESS, echo.peer.addr.s_addr) ||
522 echo->peer.addr.s_addr = iph->saddr;
728 echo.peer.addr.s_addr = iph->saddr;
1052 rt = ip4_route_output_gtp(&fl4, pctx->sk, pctx->peer.addr.s_addr,
1056 &pctx->peer.addr.s_addr);
1063 &pctx->peer.addr.s_addr);
1116 rt = ip6_route_output_gtp(net, &fl6, pctx->sk, &pctx->peer.addr6,
1120 &pctx->peer
[all...]
/linux-master/net/ipv4/
H A Droute.c866 struct inet_peer *peer; local
882 peer = inet_getpeer_v4(net->ipv4.peers, ip_hdr(skb)->saddr, vif, 1);
883 if (!peer) {
892 if (time_after(jiffies, peer->rate_last + ip_rt_redirect_silence)) {
893 peer->rate_tokens = 0;
894 peer->n_redirects = 0;
900 if (peer->n_redirects >= ip_rt_redirect_number) {
901 peer->rate_last = jiffies;
908 if (peer->n_redirects == 0 ||
910 (peer
932 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}"

Completed in 281 milliseconds

1234567891011>>