Home
last modified time | relevance | path

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

/include/trace/events/
Dxen.h37 TP_PROTO(struct multicall_entry *mc, unsigned nargs),
38 TP_ARGS(mc, nargs),
41 __field(unsigned int, nargs)
45 __entry->nargs = nargs;
46 memcpy(__entry->args, mc->args, sizeof(ulong) * nargs);
47 memset(__entry->args + nargs, 0, sizeof(ulong) * (6 - nargs));
/include/linux/
Daudit.h405 extern int __audit_socketcall(int nargs, unsigned long *args);
445 static inline int audit_socketcall(int nargs, unsigned long *args) in audit_socketcall() argument
448 return __audit_socketcall(nargs, args); in audit_socketcall()
452 static inline int audit_socketcall_compat(int nargs, u32 *args) in audit_socketcall_compat() argument
460 for (i = 0; i < nargs; i++) in audit_socketcall_compat()
462 return __audit_socketcall(nargs, a); in audit_socketcall_compat()
636 static inline int audit_socketcall(int nargs, unsigned long *args) in audit_socketcall() argument
641 static inline int audit_socketcall_compat(int nargs, u32 *args) in audit_socketcall_compat() argument
Dfwnode.h99 unsigned int nargs; member
158 unsigned int nargs, unsigned int index,
Dproperty.h77 unsigned int nargs, unsigned int index,
259 unsigned int nargs; member
266 .nargs = ARRAY_SIZE(((u64[]){ 0, ##__VA_ARGS__ })) - 1, \
/include/net/
Dtcp.h2363 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args) in tcp_call_bpf() argument
2376 if (nargs > 0) in tcp_call_bpf()
2377 memcpy(sock_ops.args, args, nargs * sizeof(*args)); in tcp_call_bpf()
2403 static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args) in tcp_call_bpf() argument