Searched refs:fn (Results 26 - 46 of 46) sorted by relevance

12

/net/sched/
H A Dcls_flow.c638 if (arg->fn(tp, (unsigned long)f, arg) < 0) {
H A Dcls_route.c546 if (arg->fn(tp, (unsigned long)f, arg) < 0) {
H A Dcls_rsvp.h589 if (arg->fn(tp, (unsigned long)f, arg) < 0) {
H A Dsch_atm.c340 walker->fn(sch, (unsigned long)flow, walker) < 0) {
H A Dsch_choke.c587 if (arg->fn(sch, 1, arg) < 0) {
H A Dsch_drr.c307 if (arg->fn(sch, (unsigned long)cl, arg) < 0) {
H A Dsch_fq_codel.c576 if (arg->fn(sch, i + 1, arg) < 0) {
H A Dsch_sfb.c655 if (walker->fn(sch, 1, walker) < 0) {
H A Dsch_api.c948 arg.w.fn = check_loop_fn;
1604 arg.w.fn = qdisc_class_dump;
H A Dsch_netem.c970 if (walker->fn(sch, 1, walker) < 0) {
H A Dsch_sfq.c897 if (arg->fn(sch, i + 1, arg) < 0) {
H A Dsch_qfq.c687 if (arg->fn(sch, (unsigned long)cl, arg) < 0) {
H A Dsch_cbq.c2027 if (arg->fn(sch, (unsigned long)cl, arg) < 0) {
H A Dsch_hfsc.c1405 if (arg->fn(sch, (unsigned long)cl, arg) < 0) {
H A Dsch_htb.c1530 if (arg->fn(sch, (unsigned long)cl, arg) < 0) {
/net/netfilter/
H A Dx_tables.c1236 * @fn: Hook function
1241 struct nf_hook_ops *xt_hook_link(const struct xt_table *table, nf_hookfn *fn) argument
1257 ops[i].hook = fn;
/net/vmw_vsock/
H A Daf_vsock.c329 void vsock_for_each_connected_socket(void (*fn)(struct sock *sk))
339 fn(sk_vsock(vsk));
/net/ipv6/
H A Daddrconf.c2015 struct fib6_node *fn; local
2025 fn = fib6_locate(&table->tb6_root, pfx, plen, NULL, 0);
2026 if (!fn)
2028 for (rt = fn->leaf; rt; rt = rt->dst.rt6_next) {
/net/mac80211/
H A Dieee80211_i.h1539 void (*fn)(void *data), void *data);
/net/sctp/
H A Dsm_sideeffect.c1132 status = (*state_fn->fn)(net, ep, asoc, subtype, event_arg, &commands);
/net/wireless/
H A Dnl80211.c4698 #define FILL_IN_MESH_PARAM_IF_SET(tb, cfg, param, min, max, mask, attr, fn) \
4701 if (fn(tb[attr]) < min || fn(tb[attr]) > max) \
4703 cfg->param = fn(tb[attr]); \

Completed in 220 milliseconds

12