Home
last modified time | relevance | path

Searched refs:__out (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dswait.h160 __label__ __out; \
173 goto __out; \
179 __out: __ret; \
H A Dwait.h304 __label__ __out; \
317 goto __out; \
326 __out: __ret; \
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.h12 #define COMPARE_UNMASKED_FIELDS(__match1, __match2, __out) \ argument
16 bool *_out = (__out); \
/linux/arch/x86/include/asm/shared/
H A Dio.h8 static __always_inline void __out##bwl(type value, u16 port) \
/linux/net/core/
H A Dflow_offload.c51 #define FLOW_DISSECTOR_MATCH(__rule, __type, __out) \ argument
55 (__out)->key = skb_flow_dissector_target(__d, __type, (__m)->key); \
56 (__out)->mask = skb_flow_dissector_target(__d, __type, (__m)->mask); \