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.c400 struct seg6_lwt *slwt; in seg6_do_srh() local
403 slwt = seg6_lwt_lwtunnel(dst->lwtstate); in seg6_do_srh()
404 tinfo = slwt->tuninfo; in seg6_do_srh()
430 cache_dst, &slwt->tunsrc); in seg6_do_srh()
433 cache_dst, &slwt->tunsrc); in seg6_do_srh()
456 &slwt->tunsrc); in seg6_do_srh()
460 &slwt->tunsrc); in seg6_do_srh()
494 struct seg6_lwt *slwt; in seg6_input_core() local
504 slwt = seg6_lwt_lwtunnel(lwtst); in seg6_input_core()
507 dst = dst_cache_get(&slwt->cache_input); in seg6_input_core()
[all …]