Searched refs:check_cookie (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | uprobe_multi_session_cookie.c | 15 static int check_cookie(struct pt_regs *ctx, __u64 val, __u64 *result) 34 return check_cookie(ctx, 1, &test_uprobe_1_result); in uprobe_1() 40 return check_cookie(ctx, 2, &test_uprobe_2_result); in uprobe_2() 46 return check_cookie(ctx, 3, &test_uprobe_3_result); in uprobe_3() 16 static int check_cookie(__u64 val, __u64 *result) check_cookie() function
|
| H A D | kprobe_multi_session_cookie.c | 25 static int check_cookie(struct pt_regs *ctx, __u64 val, __u64 *result) 44 return check_cookie(ctx, 1, &test_kprobe_1_result); in test_kprobe_1() 50 return check_cookie(ctx, 2, &test_kprobe_2_result); in test_kprobe_2() 56 return check_cookie(ctx, 3, &test_kprobe_3_result); in test_kprobe_3() 26 static int check_cookie(__u64 val, __u64 *result) check_cookie() function
|
| H A D | uprobe_multi_session_recursive.c | 18 static int check_cookie(struct pt_regs *ctx) 42 return check_cookie(ctx); in uprobe_recursive() 19 static int check_cookie(void) check_cookie() function
|
| /linux/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/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()
|