Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A 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);
382 struct seg6_local_lwt *slwt) in input_action_end_finish() argument
390 struct seg6_local_lwt *slwt) in input_action_end_core() argument
400 return input_action_end_finish(skb, slwt); in input_action_end_core()
407 static int end_next_csid_core(struct sk_buff *skb, struct seg6_local_lwt *slwt) in end_next_csid_core() argument
409 const struct seg6_flavors_info *finfo = &slwt->flv_info; in end_next_csid_core()
413 return input_action_end_core(skb, slwt); in end_next_csid_core()
418 return input_action_end_finish(skb, slwt); in end_next_csid_core()
[all …]
H A Dseg6_iptunnel.c478 struct seg6_lwt *slwt; in seg6_input_core() local
488 slwt = seg6_lwt_lwtunnel(lwtst); in seg6_input_core()
491 dst = dst_cache_get(&slwt->cache); in seg6_input_core()
507 dst_cache_set_ip6(&slwt->cache, dst, in seg6_input_core()
561 struct seg6_lwt *slwt; in seg6_output_core() local
564 slwt = seg6_lwt_lwtunnel(orig_dst->lwtstate); in seg6_output_core()
567 dst = dst_cache_get(&slwt->cache); in seg6_output_core()
594 dst_cache_set_ip6(&slwt->cache, dst, &fl6.saddr); in seg6_output_core()
650 struct seg6_lwt *slwt; in seg6_build_state() local
698 newts = lwtunnel_state_alloc(tuninfo_len + sizeof(*slwt)); in seg6_build_state()
[all …]