Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 12 of 12) sorted by relevance

/net/dccp/
Dfeat.c636 struct list_head *fn = dreq ? &dreq->dreq_featneg : &dp->dccps_featneg; in dccp_feat_insert_opts() local
699 static int __feat_register_nn(struct list_head *fn, u8 feat, in __feat_register_nn()
724 static int __feat_register_sp(struct list_head *fn, u8 feat, u8 is_local, in __feat_register_sp()
807 struct list_head *fn = &dccp_sk(sk)->dccps_featneg; in dccp_feat_signal_nn_change() local
946 static int dccp_feat_propagate_ccid(struct list_head *fn, u8 id, bool is_local) in dccp_feat_propagate_ccid()
974 struct list_head *fn = &dp->dccps_featneg; in dccp_feat_finalise_settings() local
1004 struct list_head *fn = &dreq->dreq_featneg; in dccp_feat_server_ccid_dependencies() local
1101 static u8 dccp_feat_change_recv(struct list_head *fn, u8 is_mandatory, u8 opt, in dccp_feat_change_recv()
1212 static u8 dccp_feat_confirm_recv(struct list_head *fn, u8 is_mandatory, u8 opt, in dccp_feat_confirm_recv()
1312 struct list_head *fn = &dccp_sk(sk)->dccps_featneg; in dccp_feat_handle_nn_established() local
[all …]
/net/ipv6/
Dip6_fib.c108 struct fib6_node *fn; in fib6_update_sernum() local
183 struct fib6_node *fn; in node_alloc() local
192 static void node_free_immediate(struct net *net, struct fib6_node *fn) in node_free_immediate()
200 struct fib6_node *fn = container_of(head, struct fib6_node, rcu); in node_free_rcu() local
205 static void node_free(struct net *net, struct fib6_node *fn) in node_free()
746 struct fib6_node *fn, *in, *ln; in fib6_add_1() local
1024 static void fib6_purge_rt(struct fib6_info *rt, struct fib6_node *fn, in fib6_purge_rt()
1064 static int fib6_add_rt2node(struct fib6_node *fn, struct fib6_info *rt, in fib6_add_rt2node()
1340 struct fib6_node *fn = rcu_dereference_protected(rt->fib6_node, in __fib6_update_sernum_upto_root() local
1376 struct fib6_node *fn, *pn = NULL; in fib6_add() local
[all …]
Dip6_icmp.c16 int inet6_register_icmp_sender(ip6_icmp_send_t *fn) in inet6_register_icmp_sender()
23 int inet6_unregister_icmp_sender(ip6_icmp_send_t *fn) in inet6_unregister_icmp_sender()
Droute.c837 static void find_rr_leaf(struct fib6_node *fn, struct fib6_info *leaf, in find_rr_leaf()
858 static void rt6_select(struct net *net, struct fib6_node *fn, int oif, in rt6_select()
1136 static struct fib6_node* fib6_backtrack(struct fib6_node *fn, in fib6_backtrack()
1204 struct fib6_node *fn; in ip6_pol_route_lookup() local
2177 struct fib6_node *fn, *saved_fn; in fib6_table_lookup() local
2671 struct fib6_node *fn; in ip6_link_failure() local
2929 struct fib6_node *fn; in __ip6_route_redirect() local
3794 struct fib6_node *fn; in __ip6_del_rt_siblings() local
3919 struct fib6_node *fn; in ip6_route_del() local
4151 struct fib6_node *fn; in rt6_get_route_info() local
[all …]
Daddrconf.c2469 struct fib6_node *fn; in addrconf_get_prefix_route() local
/net/l3mdev/
Dl3mdev.c29 lookup_by_table_id_t fn) in l3mdev_table_lookup_register()
58 lookup_by_table_id_t fn) in l3mdev_table_lookup_unregister()
/net/ipv4/
Dfou.c536 struct fou_net *fn = net_generic(net, fou_net_id); in fou_add_to_port_list() local
638 struct fou_net *fn = net_generic(net, fou_net_id); in fou_destroy() local
847 struct fou_net *fn = net_generic(net, fou_net_id); in fou_nl_cmd_get_port() local
894 struct fou_net *fn = net_generic(net, fou_net_id); in fou_nl_dump() local
1247 struct fou_net *fn = net_generic(net, fou_net_id); in fou_init_net() local
1256 struct fou_net *fn = net_generic(net, fou_net_id); in fou_exit_net() local
/net/ieee802154/
Dcore.c42 int (*fn)(struct wpan_phy *phy, void *data); member
/net/netfilter/
Dx_tables.c1689 xt_hook_ops_alloc(const struct xt_table *table, nf_hookfn *fn) in xt_hook_ops_alloc()
/net/dcb/
Ddcbnl.c1751 const struct reply_func *fn; in dcb_doit() local
/net/ceph/
Dosdmap.c1375 decode_mapping_fn_t fn, bool incremental) in decode_pg_mapping()
/net/wireless/
Dnl80211.c7276 #define FILL_IN_MESH_PARAM_IF_SET(tb, cfg, param, mask, attr, fn) \ in nl80211_parse_mesh_config() argument