Home
last modified time | relevance | path

Searched refs:check_cookie (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Duprobe_multi_session_cookie.c16 static int check_cookie(__u64 val, __u64 *result) in check_cookie() function
35 return check_cookie(1, &test_uprobe_1_result); in uprobe_1()
41 return check_cookie(2, &test_uprobe_2_result); in uprobe_2()
47 return check_cookie(3, &test_uprobe_3_result); in uprobe_3()
H A Dkprobe_multi_session_cookie.c26 static int check_cookie(__u64 val, __u64 *result) in check_cookie() function
45 return check_cookie(1, &test_kprobe_1_result); in test_kprobe_1()
51 return check_cookie(2, &test_kprobe_2_result); in test_kprobe_2()
57 return check_cookie(3, &test_kprobe_3_result); in test_kprobe_3()
H A Duprobe_multi_session_recursive.c19 static int check_cookie(void) in check_cookie() function
43 return check_cookie(); in uprobe_recursive()
/linux-6.15/drivers/net/wireguard/
H A Dcookie.h49 bool check_cookie);
H A Dcookie.c121 bool check_cookie) in wg_cookie_validate_packet() argument
137 if (!check_cookie) in wg_cookie_validate_packet()
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c592 static inline bool check_cookie(struct ath9k_htc_priv *priv, in check_cookie() function
633 if (check_cookie(priv, skb, txs->cookie, epid)) { in ath9k_htc_tx_get_packet()