Lines Matching refs:ctx
55 int reject_exception_cb_type_1(struct __sk_buff *ctx) in __exception_cb()
64 int reject_exception_cb_type_2(struct __sk_buff *ctx) in __exception_cb()
73 int reject_exception_cb_type_3(struct __sk_buff *ctx) in __exception_cb()
82 int reject_exception_cb_type_4(struct __sk_buff *ctx) in __exception_cb()
97 int reject_async_callback_throw(struct __sk_buff *ctx) in reject_async_callback_throw() argument
107 __noinline static int subprog_lock(struct __sk_buff *ctx) in subprog_lock() argument
112 if (ctx->len) in subprog_lock()
119 int reject_with_lock(void *ctx) in reject_with_lock() argument
128 int reject_subprog_with_lock(void *ctx) in reject_subprog_with_lock() argument
130 return subprog_lock(ctx); in reject_subprog_with_lock()
135 int reject_with_rcu_read_lock(void *ctx) in reject_with_rcu_read_lock() argument
142 __noinline static int throwing_subprog(struct __sk_buff *ctx) in throwing_subprog() argument
144 if (ctx->len) in throwing_subprog()
151 int reject_subprog_with_rcu_read_lock(void *ctx) in reject_subprog_with_rcu_read_lock() argument
154 return throwing_subprog(ctx); in reject_subprog_with_rcu_read_lock()
165 int reject_with_rbtree_add_throw(void *ctx) in reject_with_rbtree_add_throw() argument
180 int reject_with_reference(void *ctx) in reject_with_reference() argument
191 __noinline static int subprog_ref(struct __sk_buff *ctx) in subprog_ref() argument
202 __noinline static int subprog_cb_ref(u32 i, void *ctx) in subprog_cb_ref() argument
210 int reject_with_cb_reference(void *ctx) in reject_with_cb_reference() argument
224 int reject_with_cb(void *ctx) in reject_with_cb() argument
232 int reject_with_subprog_reference(void *ctx) in reject_with_subprog_reference() argument
234 return subprog_ref(ctx) + 1; in reject_with_subprog_reference()
253 static __noinline int static_func(struct __sk_buff *ctx) in static_func() argument
255 return exception_cb1(ctx->tstamp); in static_func()
258 __noinline int global_func(struct __sk_buff *ctx) in global_func() argument
260 return exception_cb1(ctx->tstamp); in global_func()
266 int reject_throwing_exception_cb(struct __sk_buff *ctx) in __exception_cb()
274 int reject_exception_cb_call_global_func(struct __sk_buff *ctx) in __exception_cb()
276 return global_func(ctx); in __exception_cb()
282 int reject_exception_cb_call_static_func(struct __sk_buff *ctx) in __exception_cb()
284 return static_func(ctx); in __exception_cb()
291 int reject_multiple_exception_cb(struct __sk_buff *ctx) in __exception_cb()
305 int reject_set_exception_cb_bad_ret1(void *ctx) in __exception_cb()
312 int reject_set_exception_cb_bad_ret2(void *ctx) in reject_set_exception_cb_bad_ret2() argument
318 __noinline static int loop_cb1(u32 index, int *ctx) in loop_cb1() argument
324 __noinline static int loop_cb2(u32 index, int *ctx) in loop_cb2() argument
332 int reject_exception_throw_cb(struct __sk_buff *ctx) in reject_exception_throw_cb() argument
340 int reject_exception_throw_cb_diff(struct __sk_buff *ctx) in reject_exception_throw_cb_diff() argument
342 if (ctx->protocol) in reject_exception_throw_cb_diff()