Home
last modified time | relevance | path

Searched defs:with (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arc/include/asm/
Dcmpxchg.h109 #define _xchg(ptr, with) ((typeof(*(ptr)))__xchg((unsigned long)(with), (ptr), \ argument
129 #define xchg(ptr, with) \ argument
142 #define xchg(ptr, with) _xchg(ptr, with) argument
/linux-4.1.27/include/uapi/linux/netfilter_ipv6/
Dip6t_REJECT.h17 __u32 with; /* reject type */ member
/linux-4.1.27/include/uapi/linux/netfilter_ipv4/
Dipt_REJECT.h17 enum ipt_reject_with with; /* reject type */ member