Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/netfilter/
Dnf_conntrack_sip.h53 #define SIP_HANDLER(__method, __request, __response) \ argument
55 .method = (__method), \
56 .len = sizeof(__method) - 1, \
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_page.c700 int (*__method)_proto; \
707 __method = *(void **)((char *)__scan->cpl_ops + \
709 if (__method != NULL) { \
710 __result = (*__method)(__env, __scan, \
729 void (*__method)_proto; \
735 __method = *(void **)((char *)__scan->cpl_ops + \
737 if (__method != NULL) \
738 (*__method)(__env, __scan, \
751 void (*__method)_proto; \
759 __method = *(void **)((char *)__scan->cpl_ops + \
[all …]