Home
last modified time | relevance | path

Searched defs:peer (Results 1 - 25 of 426) sorted by relevance

12345678910>>...18

/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufshcd-dwc.h16 u8 peer; member
/kernel/linux/linux-6.6/drivers/ufs/host/
H A Dufshcd-dwc.h18 u8 peer; member
/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dpeerlookup.h45 struct wg_peer *peer; member
H A Dallowedips.h16 struct wg_peer __rcu *peer; member
H A Dpeer.c25 struct wg_peer *peer; in wg_peer_create() local
72 wg_peer_get_maybe_zero(struct wg_peer *peer) wg_peer_get_maybe_zero() argument
81 peer_make_dead(struct wg_peer *peer) peer_make_dead() argument
95 peer_remove_after_dead(struct wg_peer *peer) peer_remove_after_dead() argument
157 wg_peer_remove(struct wg_peer *peer) wg_peer_remove() argument
170 struct wg_peer *peer, *temp; wg_peer_remove_all() local
189 struct wg_peer *peer = container_of(rcu, struct wg_peer, rcu); rcu_release() local
203 struct wg_peer *peer = container_of(refcount, struct wg_peer, refcount); kref_release() local
224 wg_peer_put(struct wg_peer *peer) wg_peer_put() argument
[all...]
H A Dpeerlookup.c57 struct wg_peer *iter_peer, *peer = NULL; in wg_pubkey_hashtable_lookup() local
35 wg_pubkey_hashtable_add(struct pubkey_hashtable *table, struct wg_peer *peer) wg_pubkey_hashtable_add() argument
44 wg_pubkey_hashtable_remove(struct pubkey_hashtable *table, struct wg_peer *peer) wg_pubkey_hashtable_remove() argument
202 wg_index_hashtable_lookup(struct index_hashtable *table, const enum index_hashtable_type type_mask, const __le32 index, struct wg_peer **peer) wg_index_hashtable_lookup() argument
[all...]
H A Dtimers.c30 static inline void mod_peer_timer(struct wg_peer *peer, in mod_peer_timer() argument
43 struct wg_peer *peer = from_timer(peer, timer, in wg_expired_retransmit_handshake() local
81 struct wg_peer *peer = from_timer(peer, timer, timer_send_keepalive); wg_expired_send_keepalive() local
93 struct wg_peer *peer = from_timer(peer, timer, timer_new_handshake); wg_expired_new_handshake() local
107 struct wg_peer *peer = from_timer(peer, timer, timer_zero_key_material); wg_expired_zero_key_material() local
124 struct wg_peer *peer = container_of(work, struct wg_peer, wg_queued_expired_zero_key_material() local
137 struct wg_peer *peer = from_timer(peer, timer, wg_expired_send_persistent_keepalive() local
145 wg_timers_data_sent(struct wg_peer *peer) wg_timers_data_sent() argument
154 wg_timers_data_received(struct wg_peer *peer) wg_timers_data_received() argument
168 wg_timers_any_authenticated_packet_sent(struct wg_peer *peer) wg_timers_any_authenticated_packet_sent() argument
176 wg_timers_any_authenticated_packet_received(struct wg_peer *peer) wg_timers_any_authenticated_packet_received() argument
182 wg_timers_handshake_initiated(struct wg_peer *peer) wg_timers_handshake_initiated() argument
192 wg_timers_handshake_complete(struct wg_peer *peer) wg_timers_handshake_complete() argument
203 wg_timers_session_derived(struct wg_peer *peer) wg_timers_session_derived() argument
212 wg_timers_any_authenticated_packet_traversal(struct wg_peer *peer) wg_timers_any_authenticated_packet_traversal() argument
219 wg_timers_init(struct wg_peer *peer) wg_timers_init() argument
235 wg_timers_stop(struct wg_peer *peer) wg_timers_stop() argument
[all...]
/kernel/linux/linux-5.10/include/soc/tegra/
H A Divc.h15 struct device *peer; member
/kernel/linux/linux-6.6/include/soc/tegra/
H A Divc.h17 struct device *peer; member
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dpeerlookup.h45 struct wg_peer *peer; member
H A Dallowedips.h16 struct wg_peer __rcu *peer; member
H A Dtimers.c30 static inline void mod_peer_timer(struct wg_peer *peer, in mod_peer_timer() argument
43 struct wg_peer *peer = from_timer(peer, timer, in wg_expired_retransmit_handshake() local
81 struct wg_peer *peer = from_timer(peer, timer, timer_send_keepalive); wg_expired_send_keepalive() local
93 struct wg_peer *peer = from_timer(peer, timer, timer_new_handshake); wg_expired_new_handshake() local
107 struct wg_peer *peer = from_timer(peer, timer, timer_zero_key_material); wg_expired_zero_key_material() local
124 struct wg_peer *peer = container_of(work, struct wg_peer, wg_queued_expired_zero_key_material() local
137 struct wg_peer *peer = from_timer(peer, timer, wg_expired_send_persistent_keepalive() local
145 wg_timers_data_sent(struct wg_peer *peer) wg_timers_data_sent() argument
154 wg_timers_data_received(struct wg_peer *peer) wg_timers_data_received() argument
168 wg_timers_any_authenticated_packet_sent(struct wg_peer *peer) wg_timers_any_authenticated_packet_sent() argument
176 wg_timers_any_authenticated_packet_received(struct wg_peer *peer) wg_timers_any_authenticated_packet_received() argument
182 wg_timers_handshake_initiated(struct wg_peer *peer) wg_timers_handshake_initiated() argument
192 wg_timers_handshake_complete(struct wg_peer *peer) wg_timers_handshake_complete() argument
203 wg_timers_session_derived(struct wg_peer *peer) wg_timers_session_derived() argument
212 wg_timers_any_authenticated_packet_traversal(struct wg_peer *peer) wg_timers_any_authenticated_packet_traversal() argument
219 wg_timers_init(struct wg_peer *peer) wg_timers_init() argument
235 wg_timers_stop(struct wg_peer *peer) wg_timers_stop() argument
[all...]
H A Dpeer.c25 struct wg_peer *peer; in wg_peer_create() local
71 wg_peer_get_maybe_zero(struct wg_peer *peer) wg_peer_get_maybe_zero() argument
80 peer_make_dead(struct wg_peer *peer) peer_make_dead() argument
94 peer_remove_after_dead(struct wg_peer *peer) peer_remove_after_dead() argument
156 wg_peer_remove(struct wg_peer *peer) wg_peer_remove() argument
169 struct wg_peer *peer, *temp; wg_peer_remove_all() local
188 struct wg_peer *peer = container_of(rcu, struct wg_peer, rcu); rcu_release() local
202 struct wg_peer *peer = container_of(refcount, struct wg_peer, refcount); kref_release() local
223 wg_peer_put(struct wg_peer *peer) wg_peer_put() argument
[all...]
H A Dpeerlookup.c57 struct wg_peer *iter_peer, *peer = NULL; in wg_pubkey_hashtable_lookup() local
35 wg_pubkey_hashtable_add(struct pubkey_hashtable *table, struct wg_peer *peer) wg_pubkey_hashtable_add() argument
44 wg_pubkey_hashtable_remove(struct pubkey_hashtable *table, struct wg_peer *peer) wg_pubkey_hashtable_remove() argument
202 wg_index_hashtable_lookup(struct index_hashtable *table, const enum index_hashtable_type type_mask, const __le32 index, struct wg_peer **peer) wg_index_hashtable_lookup() argument
[all...]
/kernel/linux/linux-5.10/net/rxrpc/
H A Dconn_service.c27 struct rxrpc_connection *rxrpc_find_service_conn_rcu(struct rxrpc_peer *peer, in rxrpc_find_service_conn_rcu() argument
70 static void rxrpc_publish_service_conn(struct rxrpc_peer *peer, in rxrpc_publish_service_conn() argument
200 struct rxrpc_peer *peer = conn->params.peer; rxrpc_unpublish_service_conn() local
[all...]
H A Drtt.c18 static u32 rxrpc_rto_min_us(struct rxrpc_peer *peer) in rxrpc_rto_min_us() argument
23 static u32 __rxrpc_set_rto(const struct rxrpc_peer *peer) in __rxrpc_set_rto() argument
43 static void rxrpc_rtt_estimator(struct rxrpc_peer *peer, long sample_rtt_us) in rxrpc_rtt_estimator() argument
105 rxrpc_set_rto(struct rxrpc_peer *peer) rxrpc_set_rto() argument
130 rxrpc_ack_update_rtt(struct rxrpc_peer *peer, long rtt_us) rxrpc_ack_update_rtt() argument
152 struct rxrpc_peer *peer = call->peer; rxrpc_peer_add_rtt() local
173 rxrpc_get_rto_backoff(struct rxrpc_peer *peer, bool retrans) rxrpc_get_rto_backoff() argument
189 rxrpc_peer_init_rtt(struct rxrpc_peer *peer) rxrpc_peer_init_rtt() argument
[all...]
/kernel/linux/linux-6.6/net/rxrpc/
H A Dconn_service.c21 struct rxrpc_connection *rxrpc_find_service_conn_rcu(struct rxrpc_peer *peer, in rxrpc_find_service_conn_rcu() argument
64 static void rxrpc_publish_service_conn(struct rxrpc_peer *peer, in rxrpc_publish_service_conn() argument
189 struct rxrpc_peer *peer = conn->peer; rxrpc_unpublish_service_conn() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dtxrx.c140 struct ath10k_peer *peer; in ath10k_peer_find() local
158 struct ath10k_peer *peer; in ath10k_peer_find_by_id() local
208 struct ath10k_peer *peer; ath10k_peer_map_event() local
244 struct ath10k_peer *peer; ath10k_peer_unmap_event() local
[all...]
/kernel/linux/linux-5.10/net/x25/
H A Dx25_forward.c96 struct net_device *peer = NULL; in x25_forward_data() local
/kernel/linux/linux-5.10/security/apparmor/
H A Dipc.c63 profile_ptrace_perm(struct aa_profile *profile, struct aa_label *peer, u32 request, struct common_audit_data *sa) profile_ptrace_perm() argument
187 profile_signal_perm(struct aa_profile *profile, struct aa_label *peer, u32 request, struct common_audit_data *sa) profile_signal_perm() argument
[all...]
H A Dresource.c108 struct aa_label *peer; in aa_task_setrlimit() local
52 audit_resource(struct aa_profile *profile, unsigned int resource, unsigned long value, struct aa_label *peer, const char *info, int error) audit_resource() argument
[all...]
/kernel/linux/linux-5.10/net/atm/
H A Dpvc.c89 pvc_getname(struct socket *sock, struct sockaddr *sockaddr, int peer) pvc_getname() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dtxrx.c153 struct ath10k_peer *peer; in ath10k_peer_find() local
171 struct ath10k_peer *peer; in ath10k_peer_find_by_id() local
221 struct ath10k_peer *peer; ath10k_peer_map_event() local
257 struct ath10k_peer *peer; ath10k_peer_unmap_event() local
[all...]
/kernel/linux/linux-6.6/net/x25/
H A Dx25_forward.c93 struct net_device *peer = NULL; in x25_forward_data() local
/kernel/linux/linux-6.6/security/apparmor/
H A Dipc.c78 profile_signal_perm(const struct cred *cred, struct aa_profile *profile, struct aa_label *peer, u32 request, struct apparmor_audit_data *ad) profile_signal_perm() argument

Completed in 8 milliseconds

12345678910>>...18