Home
last modified time | relevance | path

Searched refs:__method (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_sip.h53 #define SIP_HANDLER(__method, __request, __response) \ argument
55 .method = (__method), \
56 .len = sizeof(__method) - 1, \
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_page.c683 int (*__method)_proto; \
690 __method = *(void **)((char *)__scan->cpl_ops + \
692 if (__method != NULL) { \
693 __result = (*__method)(__env, __scan, \
712 void (*__method)_proto; \
718 __method = *(void **)((char *)__scan->cpl_ops + \
720 if (__method != NULL) \
721 (*__method)(__env, __scan, \
734 void (*__method)_proto; \
742 __method = *(void **)((char *)__scan->cpl_ops + \
[all …]