Searched refs:__cookie (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/linux/ |
D | netlink.h | 126 u64 __cookie = cookie; in nl_set_extack_cookie_u64() local 130 memcpy(extack->cookie, &__cookie, sizeof(__cookie)); in nl_set_extack_cookie_u64() 131 extack->cookie_len = sizeof(__cookie); in nl_set_extack_cookie_u64() 137 u32 __cookie = cookie; in nl_set_extack_cookie_u32() local 141 memcpy(extack->cookie, &__cookie, sizeof(__cookie)); in nl_set_extack_cookie_u32() 142 extack->cookie_len = sizeof(__cookie); in nl_set_extack_cookie_u32()
|
/Linux-v5.10/include/net/ |
D | inet_hashtables.h | 304 #define INET_MATCH(__sk, __net, __cookie, __saddr, __daddr, __ports, __dif, __sdif) \ argument 306 ((__sk)->sk_addrpair == (__cookie)) && \ 314 #define INET_MATCH(__sk, __net, __cookie, __saddr, __daddr, __ports, __dif, __sdif) \ argument
|
/Linux-v5.10/drivers/s390/virtio/ |
D | virtio_ccw.c | 399 register long __cookie asm("4") = cookie; in __do_kvm_notify() 403 "d"(__cookie) in __do_kvm_notify()
|