Home
last modified time | relevance | path

Searched refs:slwt (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
Dseg6_local.c39 int (*input)(struct sk_buff *skb, struct seg6_local_lwt *slwt);
219 static int input_action_end(struct sk_buff *skb, struct seg6_local_lwt *slwt) in input_action_end() argument
239 static int input_action_end_x(struct sk_buff *skb, struct seg6_local_lwt *slwt) in input_action_end_x() argument
249 seg6_lookup_nexthop(skb, &slwt->nh6, 0); in input_action_end_x()
258 static int input_action_end_t(struct sk_buff *skb, struct seg6_local_lwt *slwt) in input_action_end_t() argument
268 seg6_lookup_nexthop(skb, NULL, slwt->table); in input_action_end_t()
279 struct seg6_local_lwt *slwt) in input_action_end_dx2() argument
301 odev = dev_get_by_index_rcu(net, slwt->oif); in input_action_end_dx2()
336 struct seg6_local_lwt *slwt) in input_action_end_dx6() argument
357 if (!ipv6_addr_any(&slwt->nh6)) in input_action_end_dx6()
[all …]
Dseg6_iptunnel.c317 struct seg6_lwt *slwt; in seg6_input() local
326 slwt = seg6_lwt_lwtunnel(orig_dst->lwtstate); in seg6_input()
329 dst = dst_cache_get(&slwt->cache); in seg6_input()
339 dst_cache_set_ip6(&slwt->cache, dst, in seg6_input()
358 struct seg6_lwt *slwt; in seg6_output() local
365 slwt = seg6_lwt_lwtunnel(orig_dst->lwtstate); in seg6_output()
368 dst = dst_cache_get(&slwt->cache); in seg6_output()
390 dst_cache_set_ip6(&slwt->cache, dst, &fl6.saddr); in seg6_output()
416 struct seg6_lwt *slwt; in seg6_build_state() local
460 newts = lwtunnel_state_alloc(tuninfo_len + sizeof(*slwt)); in seg6_build_state()
[all …]