Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
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()
/linux-6.12.1/drivers/net/wireguard/
Dcookie.h49 bool check_cookie);
Dcookie.c121 bool check_cookie) in wg_cookie_validate_packet() argument
137 if (!check_cookie) in wg_cookie_validate_packet()
/linux-6.12.1/drivers/net/wireless/ath/ath9k/
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()