Searched refs:check_cookie (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | uprobe_multi_session_cookie.c | 16 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 D | kprobe_multi_session_cookie.c | 26 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 D | uprobe_multi_session_recursive.c | 19 static int check_cookie(void) in check_cookie() function 43 return check_cookie(); in uprobe_recursive()
|
| /linux-6.15/drivers/net/wireguard/ |
| H A D | cookie.h | 49 bool check_cookie);
|
| H A D | cookie.c | 121 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 D | htc_drv_txrx.c | 592 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()
|