/linux/net/6lowpan/ |
A D | nhc.c | 19 static int lowpan_nhc_insert(struct lowpan_nhc *nhc) in lowpan_nhc_insert() 56 static void lowpan_nhc_remove(struct lowpan_nhc *nhc) in lowpan_nhc_remove() 67 struct lowpan_nhc *nhc = rb_entry(node, struct lowpan_nhc, in lowpan_nhc_by_nhcid() local 95 struct lowpan_nhc *nhc; in lowpan_nhc_check_compression() local 113 struct lowpan_nhc *nhc; in lowpan_nhc_do_compression() local 156 struct lowpan_nhc *nhc; in lowpan_nhc_do_uncompression() local 192 int lowpan_nhc_add(struct lowpan_nhc *nhc) in lowpan_nhc_add() 223 void lowpan_nhc_del(struct lowpan_nhc *nhc) in lowpan_nhc_del()
|
A D | nhc_dest.c | 13 static void dest_nhid_setup(struct lowpan_nhc *nhc) in dest_nhid_setup()
|
A D | nhc_fragment.c | 12 static void fragment_nhid_setup(struct lowpan_nhc *nhc) in fragment_nhid_setup()
|
A D | nhc_ghc_ext_dest.c | 12 static void dest_ghid_setup(struct lowpan_nhc *nhc) in dest_ghid_setup()
|
A D | nhc_ghc_ext_frag.c | 12 static void frag_ghid_setup(struct lowpan_nhc *nhc) in frag_ghid_setup()
|
A D | nhc_ghc_ext_hop.c | 12 static void hop_ghid_setup(struct lowpan_nhc *nhc) in hop_ghid_setup()
|
A D | nhc_ghc_ext_route.c | 12 static void route_ghid_setup(struct lowpan_nhc *nhc) in route_ghid_setup()
|
A D | nhc_ghc_icmpv6.c | 12 static void icmpv6_ghid_setup(struct lowpan_nhc *nhc) in icmpv6_ghid_setup()
|
A D | nhc_ghc_udp.c | 12 static void udp_ghid_setup(struct lowpan_nhc *nhc) in udp_ghid_setup()
|
A D | nhc_hop.c | 12 static void hop_nhid_setup(struct lowpan_nhc *nhc) in hop_nhid_setup()
|
A D | nhc_ipv6.c | 12 static void ipv6_nhid_setup(struct lowpan_nhc *nhc) in ipv6_nhid_setup()
|
A D | nhc_mobility.c | 12 static void mobility_nhid_setup(struct lowpan_nhc *nhc) in mobility_nhid_setup()
|
A D | nhc_routing.c | 12 static void routing_nhid_setup(struct lowpan_nhc *nhc) in routing_nhid_setup()
|
A D | nhc_udp.c | 172 static void udp_nhid_setup(struct lowpan_nhc *nhc) in udp_nhid_setup()
|
/linux/net/ipv4/ |
A D | fib_semantics.c | 162 static void free_nh_exceptions(struct fib_nh_common *nhc) in free_nh_exceptions() 209 void fib_nh_common_release(struct fib_nh_common *nhc) in fib_nh_common_release() 482 struct fib_nh_common *nhc = fib_info_nhc(fi, i); in fib_nlmsg_size() local 542 const struct fib_nh_common *nhc = fib_info_nhc(fi, 0); in fib_detect_death() local 572 int fib_nh_common_init(struct net *net, struct fib_nh_common *nhc, in fib_nh_common_init() 1342 struct fib_nh_common *nhc = res->nhc; in fib_result_prefsrc() local 1629 int fib_nexthop_info(struct sk_buff *skb, const struct fib_nh_common *nhc, in fib_nexthop_info() 1700 int fib_add_nexthop(struct sk_buff *skb, const struct fib_nh_common *nhc, in fib_add_nexthop() 1825 const struct fib_nh_common *nhc = fib_info_nhc(fi, 0); in fib_dump_info() local 1932 void fib_nhc_update_mtu(struct fib_nh_common *nhc, u32 new, u32 orig) in fib_nhc_update_mtu() [all …]
|
A D | route.c | 780 struct fib_nh_common *nhc; in __ip_do_redirect() local 1032 struct fib_nh_common *nhc; in __ip_rt_update_pmtu() local 1313 static void ip_del_fnhe(struct fib_nh_common *nhc, __be32 daddr) in ip_del_fnhe() 1381 struct fib_nh_common *nhc = res->nhc; in ip_mtu_from_fib_result() local 1557 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in rt_set_nexthop() local 1772 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in __mkroute_input() local 2175 struct fib_nh_common *nhc = res->fi ? res->nhc : NULL; in ip_rt_get_dev() local 2330 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in ip_route_input_slow() local 2360 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in ip_route_input_slow() local 2540 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in __mkroute_output() local [all …]
|
A D | fib_rules.c | 151 struct fib_nh_common *nhc = fib_info_nhc(result->fi, 0); in fib4_rule_suppress() local
|
A D | fib_frontend.c | 225 struct fib_nh_common *nhc = fib_info_nhc(res.fi, 0); in __inet_dev_addr_type() local 318 const struct fib_nh_common *nhc = fib_info_nhc(fi, ret); in fib_info_nh_uses_dev() local
|
A D | fib_trie.c | 1411 bool fib_lookup_good_nhc(const struct fib_nh_common *nhc, int fib_flags, in fib_lookup_good_nhc() 1563 struct fib_nh_common *nhc; in fib_table_lookup() local 2929 const struct fib_nh_common *nhc = fib_info_nhc(fi, 0); in fib_flag_trans() local 2978 struct fib_nh_common *nhc = fib_info_nhc(fi, 0); in fib_route_seq_show() local
|
/linux/include/net/ |
A D | ip_fib.h | 172 struct fib_nh_common *nhc; member 451 static inline bool nhc_l3mdev_matches_dev(const struct fib_nh_common *nhc, in nhc_l3mdev_matches_dev() 542 struct fib_nh_common *nhc = res->nhc; in fib_combine_itag() local
|
A D | vxlan.h | 498 struct fib_nh_common *nhc; in vxlan_fdb_nh_path_select() local
|
A D | nexthop.h | 325 struct fib_nh_common *nhc = &nhi->fib_nhc; in nexthop_mpath_fill_node() local
|
/linux/net/core/ |
A D | filter.c | 5383 struct fib_nh_common *nhc; in bpf_ipv4_fib_lookup() local
|