Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 191) sorted by relevance

12345678

/net/mac802154/
Dmib.c25 int res; in mac802154_dev_set_page_channel() local
44 int res; in mac802154_get_params() local
60 int res; in mac802154_set_params() local
76 int res; in mac802154_add_key() local
91 int res; in mac802154_del_key() local
106 int res; in mac802154_add_dev() local
120 int res; in mac802154_del_dev() local
136 int res; in mac802154_add_devkey() local
152 int res; in mac802154_del_devkey() local
167 int res; in mac802154_add_seclevel() local
[all …]
Dcfg.c304 int res; in ieee802154_set_llsec_params() local
320 int res; in ieee802154_get_llsec_params() local
336 int res; in ieee802154_add_llsec_key() local
351 int res; in ieee802154_del_llsec_key() local
366 int res; in ieee802154_add_seclevel() local
381 int res; in ieee802154_del_seclevel() local
396 int res; in ieee802154_add_device() local
411 int res; in ieee802154_del_device() local
427 int res; in ieee802154_add_devkey() local
443 int res; in ieee802154_del_devkey() local
/net/
Ddevres.c16 struct net_device_devres *res = this; in devm_free_netdev() local
44 struct net_device_devres *res = this; in devm_unregister_netdev() local
51 struct net_device_devres *res = this; in netdev_devres_match() local
/net/hsr/
Dhsr_netlink.c192 int res; in hsr_nl_ringerror() local
234 int res; in hsr_nl_nodedown() local
288 int res; in hsr_get_node_status() local
417 int res; in hsr_get_node_list() local
Dhsr_main.c39 int res; in hsr_netdev_notify() local
151 int res; in hsr_init() local
Dhsr_slave.c132 int res; in hsr_portdev_setup() local
163 int res; in hsr_add_port() local
/net/ipv6/
Daddrconf_core.c153 struct fib6_result *res, int flags) in eafnosupport_fib6_table_lookup()
160 struct fib6_result *res, int flags) in eafnosupport_fib6_lookup()
166 eafnosupport_fib6_select_path(const struct net *net, struct fib6_result *res, in eafnosupport_fib6_select_path()
173 eafnosupport_ip6_mtu_from_fib6(const struct fib6_result *res, in eafnosupport_ip6_mtu_from_fib6()
Dfib6_rules.c65 struct fib6_result *res, int flags) in fib6_lookup()
97 struct fib6_result res = {}; in fib6_rule_lookup() local
161 struct fib6_result *res = arg->result; in fib6_rule_action_alt() local
199 struct fib6_result *res = arg->result; in __fib6_rule_action() local
274 struct fib6_result *res = arg->result; in fib6_rule_suppress() local
Droute.c415 void fib6_select_path(const struct net *net, struct fib6_result *res, in fib6_select_path()
509 struct fib6_result *res, in rt6_nh_dev_match()
529 static void rt6_device_match(struct net *net, struct fib6_result *res, in rt6_device_match()
790 struct fib6_result *res, struct fib6_info **cont, in __find_rr_leaf()
847 bool *do_rr, struct fib6_result *res) in find_rr_leaf()
867 struct fib6_result *res, int strict) in rt6_select()
923 static bool rt6_is_gw_or_nonexthop(const struct fib6_result *res) in rt6_is_gw_or_nonexthop()
1010 static struct net_device *ip6_rt_get_dev_rcu(const struct fib6_result *res) in ip6_rt_get_dev_rcu()
1086 static void ip6_rt_init_dst(struct rt6_info *rt, const struct fib6_result *res) in ip6_rt_init_dst()
1123 static void ip6_rt_copy_init(struct rt6_info *rt, const struct fib6_result *res) in ip6_rt_copy_init()
[all …]
/net/ax25/
Dax25_uid.c52 ax25_uid_assoc *ax25_uid, *res = NULL; in ax25_findbyuid() local
73 unsigned long res; in ax25_uid_ioctl() local
Dax25_iface.c160 int (*res)(struct sk_buff *, ax25_cb *) = NULL; in ax25_protocol_function() local
203 int res = 0; in ax25_protocol_is_registered() local
/net/mac80211/
Dfils_aead.c75 int res; in aes_siv_encrypt() local
154 int res; in aes_siv_decrypt() local
277 int res; in fils_decrypt_assoc_resp() local
/net/ieee802154/6lowpan/
Dreassembly.c142 int res; in lowpan_frag_queue() local
189 lowpan_rx_result res) in lowpan_frag_rx_handlers_result()
222 lowpan_rx_result res; in lowpan_invoke_frag_rx_handlers() local
446 int res; in lowpan_frags_init_net() local
Drx.c30 static int lowpan_rx_handlers_result(struct sk_buff *skb, lowpan_rx_result res) in lowpan_rx_handlers_result()
204 lowpan_rx_result res; in lowpan_invoke_rx_handlers() local
/net/core/
Dsock_diag.c29 u64 res = atomic64_read(&sk->sk_cookie); in __sock_gen_cookie() local
40 u64 res; in sock_diag_check_cookie() local
55 u64 res = sock_gen_cookie(sk); in sock_diag_save_cookie() local
/net/phonet/
Dsocket.c71 u8 res = spn->spn_resource; in pn_find_sock_by_sa() local
614 struct sock *pn_find_sock_by_res(struct net *net, u8 res) in pn_find_sock_by_res()
631 int pn_sock_bind_res(struct sock *sk, u8 res) in pn_sock_bind_res()
652 int pn_sock_unbind_res(struct sock *sk, u8 res) in pn_sock_unbind_res()
675 unsigned int res, match = 0; in pn_sock_unbind_all_res() local
Daf_phonet.c149 u16 dst, u16 src, u8 res) in pn_send()
205 u16 dst, u16 src, u8 res) in pn_raw_send()
232 u8 daddr, saddr, res; in pn_skb_send() local
/net/ipv4/
Droute.c745 struct fib_result res; in __ip_do_redirect() local
1025 struct fib_result res; in __ip_rt_update_pmtu() local
1218 int res; in ipv4_send_dest_unreach() local
1281 struct fib_result res; in ip_rt_get_source() local
1396 u32 ip_mtu_from_fib_result(struct fib_result *res, __be32 daddr) in ip_mtu_from_fib_result()
1571 const struct fib_result *res, in rt_set_nexthop()
1793 const struct fib_result *res, in __mkroute_input()
2141 struct fib_result *res, in ip_mkroute_input()
2201 const struct fib_result *res) in ip_rt_get_dev()
2227 struct fib_result *res) in ip_route_input_slow()
[all …]
/net/batman-adv/
Drouting.c222 int res, ret = NET_RX_DROP; in batadv_recv_my_icmp_packet() local
284 int res, ret = NET_RX_DROP; in batadv_recv_icmp_ttl_exceeded() local
347 int res, ret = NET_RX_DROP; in batadv_recv_icmp_packet() local
663 int res, hdr_len, ret = NET_RX_DROP; in batadv_route_unicast_packet() local
Dbat_v_elp.c348 int res = -ENOMEM; in batadv_v_elp_iface_enable() local
510 bool res; in batadv_v_elp_packet_recv() local
/net/l3mdev/
Dl3mdev.c32 int res; in l3mdev_table_lookup_register() local
82 int res; in l3mdev_ifindex_lookup_by_table_id() local
/net/sunrpc/auth_gss/
Dauth_gss_internal.h16 simple_get_bytes(const void *p, const void *end, void *res, size_t len) in simple_get_bytes()
/net/bridge/
Dbr_mrp.c39 struct net_bridge_port *res = NULL; in br_mrp_get_port() local
54 struct br_mrp *res = NULL; in br_mrp_find_id() local
70 struct br_mrp *res = NULL; in br_mrp_find_in_id() local
111 struct br_mrp *res = NULL; in br_mrp_find_port() local
/net/tipc/
Dnetlink.c302 int res; in tipc_netlink_start() local
/net/sunrpc/
Dtimer.c112 unsigned long res; in rpc_calc_rto() local

12345678