Home
last modified time | relevance | path

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

/net/ipv6/
Dip6_icmp.c14 int inet6_register_icmp_sender(ip6_icmp_send_t *fn) in inet6_register_icmp_sender()
21 int inet6_unregister_icmp_sender(ip6_icmp_send_t *fn) in inet6_unregister_icmp_sender()
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()
693 struct fib6_node *fn, *in, *ln; in fib6_add_1() local
971 static void fib6_purge_rt(struct fib6_info *rt, struct fib6_node *fn, in fib6_purge_rt()
1009 static int fib6_add_rt2node(struct fib6_node *fn, struct fib6_info *rt, in fib6_add_rt2node()
1270 struct fib6_node *fn = rcu_dereference_protected(rt->fib6_node, in __fib6_update_sernum_upto_root() local
1306 struct fib6_node *fn, *pn = NULL; in fib6_add() local
[all …]
Droute.c850 static void find_rr_leaf(struct fib6_node *fn, struct fib6_info *leaf, in find_rr_leaf()
871 static void rt6_select(struct net *net, struct fib6_node *fn, int oif, in rt6_select()
1151 static struct fib6_node* fib6_backtrack(struct fib6_node *fn, in fib6_backtrack()
1219 struct fib6_node *fn; in ip6_pol_route_lookup() local
2161 struct fib6_node *fn, *saved_fn; in fib6_table_lookup() local
2655 struct fib6_node *fn; in ip6_link_failure() local
2910 struct fib6_node *fn; in __ip6_route_redirect() local
3867 struct fib6_node *fn; in ip6_route_del() local
4099 struct fib6_node *fn; in rt6_get_route_info() local
4482 struct fib6_node *fn; in rt6_multipath_first_sibling() local
Daddrconf.c2428 struct fib6_node *fn; in addrconf_get_prefix_route() local
/net/dccp/
Dfeat.c632 struct list_head *fn = dreq ? &dreq->dreq_featneg : &dp->dccps_featneg; in dccp_feat_insert_opts() local
695 static int __feat_register_nn(struct list_head *fn, u8 feat, in __feat_register_nn()
720 static int __feat_register_sp(struct list_head *fn, u8 feat, u8 is_local, in __feat_register_sp()
803 struct list_head *fn = &dccp_sk(sk)->dccps_featneg; in dccp_feat_signal_nn_change() local
942 static int dccp_feat_propagate_ccid(struct list_head *fn, u8 id, bool is_local) in dccp_feat_propagate_ccid()
970 struct list_head *fn = &dp->dccps_featneg; in dccp_feat_finalise_settings() local
1000 struct list_head *fn = &dreq->dreq_featneg; in dccp_feat_server_ccid_dependencies() local
1097 static u8 dccp_feat_change_recv(struct list_head *fn, u8 is_mandatory, u8 opt, in dccp_feat_change_recv()
1208 static u8 dccp_feat_confirm_recv(struct list_head *fn, u8 is_mandatory, u8 opt, in dccp_feat_confirm_recv()
1308 struct list_head *fn = &dccp_sk(sk)->dccps_featneg; in dccp_feat_handle_nn_established() local
[all …]
/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.c1696 xt_hook_ops_alloc(const struct xt_table *table, nf_hookfn *fn) in xt_hook_ops_alloc()
/net/dcb/
Ddcbnl.c1743 const struct reply_func *fn; in dcb_doit() local
/net/ceph/
Dosdmap.c1187 decode_mapping_fn_t fn, bool incremental) in decode_pg_mapping()
/net/wireless/
Dnl80211.c6710 #define FILL_IN_MESH_PARAM_IF_SET(tb, cfg, param, mask, attr, fn) \ in nl80211_parse_mesh_config() argument