Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv6/
Dseg6_local.c42 int (*build_state)(struct seg6_local_lwt *slwt, const void *cfg,
44 void (*destroy_state)(struct seg6_local_lwt *slwt);
65 int (*input)(struct sk_buff *skb, struct seg6_local_lwt *slwt);
379 struct seg6_local_lwt *slwt) in input_action_end_finish() argument
387 struct seg6_local_lwt *slwt) in input_action_end_core() argument
397 return input_action_end_finish(skb, slwt); in input_action_end_core()
404 static int end_next_csid_core(struct sk_buff *skb, struct seg6_local_lwt *slwt) in end_next_csid_core() argument
406 const struct seg6_flavors_info *finfo = &slwt->flv_info; in end_next_csid_core()
410 return input_action_end_core(skb, slwt); in end_next_csid_core()
415 return input_action_end_finish(skb, slwt); in end_next_csid_core()
[all …]
Dseg6_iptunnel.c458 struct seg6_lwt *slwt; in seg6_input_core() local
467 slwt = seg6_lwt_lwtunnel(orig_dst->lwtstate); in seg6_input_core()
470 dst = dst_cache_get(&slwt->cache); in seg6_input_core()
478 dst_cache_set_ip6(&slwt->cache, dst, in seg6_input_core()
529 struct seg6_lwt *slwt; in seg6_output_core() local
536 slwt = seg6_lwt_lwtunnel(orig_dst->lwtstate); in seg6_output_core()
539 dst = dst_cache_get(&slwt->cache); in seg6_output_core()
561 dst_cache_set_ip6(&slwt->cache, dst, &fl6.saddr); in seg6_output_core()
615 struct seg6_lwt *slwt; in seg6_build_state() local
663 newts = lwtunnel_state_alloc(tuninfo_len + sizeof(*slwt)); in seg6_build_state()
[all …]