Home
last modified time | relevance | path

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

/openbmc/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);
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 …]
H A Dseg6_iptunnel.c476 struct seg6_lwt *slwt; in seg6_input_core()
486 slwt = seg6_lwt_lwtunnel(lwtst); in seg6_input_core()
489 dst = dst_cache_get(&slwt->cache); in seg6_input_core()
503 dst_cache_set_ip6(&slwt->cache, dst, in seg6_input_nf()
557 struct seg6_lwt *slwt; in seg6_output_core()
560 slwt = seg6_lwt_lwtunnel(orig_dst->lwtstate); in seg6_output_core()
563 dst = dst_cache_get(&slwt->cache); in seg6_output_core()
589 dst_cache_set_ip6(&slwt->cache, dst, &fl6.saddr); in seg6_output_nf()
643 struct seg6_lwt *slwt; in seg6_build_state()
691 newts = lwtunnel_state_alloc(tuninfo_len + sizeof(*slwt)); in seg6_destroy_state()
458 struct seg6_lwt *slwt; seg6_input_core() local
528 struct seg6_lwt *slwt; seg6_output_core() local
614 struct seg6_lwt *slwt; seg6_build_state() local
[all...]