Home
last modified time | relevance | path

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

/net/ipv6/
Dip6_fib.c146 struct fib6_node *fn; in node_alloc() local
153 static void node_free_immediate(struct fib6_node *fn) in node_free_immediate()
160 struct fib6_node *fn = container_of(head, struct fib6_node, rcu); in node_free_rcu() local
165 static void node_free(struct fib6_node *fn) in node_free()
484 struct fib6_node *fn, *in, *ln; in fib6_add_1() local
723 static void fib6_purge_rt(struct rt6_info *rt, struct fib6_node *fn, in fib6_purge_rt()
750 static int fib6_add_rt2node(struct fib6_node *fn, struct rt6_info *rt, in fib6_add_rt2node()
970 struct fib6_node *fn, *pn = NULL; in fib6_add() local
1128 struct fib6_node *fn; in fib6_lookup_1() local
1191 struct fib6_node *fn; in fib6_lookup() local
[all …]
Dip6_icmp.c13 int inet6_register_icmp_sender(ip6_icmp_send_t *fn) in inet6_register_icmp_sender()
20 int inet6_unregister_icmp_sender(ip6_icmp_send_t *fn) in inet6_unregister_icmp_sender()
Droute.c684 static struct rt6_info *find_rr_leaf(struct fib6_node *fn, in find_rr_leaf()
721 static struct rt6_info *rt6_select(struct fib6_node *fn, int oif, int strict) in rt6_select()
827 static struct fib6_node* fib6_backtrack(struct fib6_node *fn, in fib6_backtrack()
848 struct fib6_node *fn; in ip6_pol_route_lookup() local
1043 struct fib6_node *fn, *saved_fn; in ip6_pol_route() local
1322 struct fib6_node *fn; in ip6_link_failure() local
1443 struct fib6_node *fn; in __ip6_route_redirect() local
2118 struct fib6_node *fn; in ip6_route_del() local
2316 struct fib6_node *fn; in rt6_get_route_info() local
Daddrconf.c2251 struct fib6_node *fn; in addrconf_get_prefix_route() local
/net/dccp/
Dfeat.c637 struct list_head *fn = dreq ? &dreq->dreq_featneg : &dp->dccps_featneg; in dccp_feat_insert_opts() local
700 static int __feat_register_nn(struct list_head *fn, u8 feat, in __feat_register_nn()
725 static int __feat_register_sp(struct list_head *fn, u8 feat, u8 is_local, in __feat_register_sp()
808 struct list_head *fn = &dccp_sk(sk)->dccps_featneg; in dccp_feat_signal_nn_change() local
947 static int dccp_feat_propagate_ccid(struct list_head *fn, u8 id, bool is_local) in dccp_feat_propagate_ccid()
975 struct list_head *fn = &dp->dccps_featneg; in dccp_feat_finalise_settings() local
1005 struct list_head *fn = &dreq->dreq_featneg; in dccp_feat_server_ccid_dependencies() local
1102 static u8 dccp_feat_change_recv(struct list_head *fn, u8 is_mandatory, u8 opt, in dccp_feat_change_recv()
1213 static u8 dccp_feat_confirm_recv(struct list_head *fn, u8 is_mandatory, u8 opt, in dccp_feat_confirm_recv()
1313 struct list_head *fn = &dccp_sk(sk)->dccps_featneg; in dccp_feat_handle_nn_established() local
[all …]
/net/ipv4/
Dfou.c427 struct fou_net *fn = net_generic(net, fou_net_id); in fou_add_to_port_list() local
558 struct fou_net *fn = net_generic(net, fou_net_id); in fou_destroy() local
690 struct fou_net *fn = net_generic(net, fou_net_id); in fou_nl_cmd_get_port() local
732 struct fou_net *fn = net_generic(net, fou_net_id); in fou_nl_dump() local
969 struct fou_net *fn = net_generic(net, fou_net_id); in fou_init_net() local
978 struct fou_net *fn = net_generic(net, fou_net_id); in fou_exit_net() local
/net/ieee802154/
Dcore.c56 int (*fn)(struct wpan_phy *phy, void *data); member
/net/rxrpc/
Dar-internal.h757 static inline void __rxrpc_new_skb(struct sk_buff *skb, const char *fn) in __rxrpc_new_skb()
765 static inline void __rxrpc_kill_skb(struct sk_buff *skb, const char *fn) in __rxrpc_kill_skb()
773 static inline void __rxrpc_free_skb(struct sk_buff *skb, const char *fn) in __rxrpc_free_skb()
/net/dcb/
Ddcbnl.c1711 const struct reply_func *fn; in dcb_doit() local
/net/netfilter/
Dx_tables.c1563 struct nf_hook_ops *xt_hook_link(const struct xt_table *table, nf_hookfn *fn) in xt_hook_link()
/net/wireless/
Dnl80211.c5212 #define FILL_IN_MESH_PARAM_IF_SET(tb, cfg, param, min, max, mask, attr, fn) \ in nl80211_parse_mesh_config() argument