Searched refs:lwt (Results 1 – 10 of 10) sorted by relevance
| /linux/net/ipv6/ |
| H A D | ioam6_iptunnel.c | 54 static struct ioam6_lwt *ioam6_lwt_state(struct lwtunnel_state *lwt) in ioam6_lwt_state() argument 56 return (struct ioam6_lwt *)lwt->data; in ioam6_lwt_state() 59 static struct ioam6_lwt_encap *ioam6_lwt_info(struct lwtunnel_state *lwt) in ioam6_lwt_info() argument 61 return &ioam6_lwt_state(lwt)->tuninfo; in ioam6_lwt_info() 64 static struct ioam6_trace_hdr *ioam6_lwt_trace(struct lwtunnel_state *lwt) in ioam6_lwt_trace() argument 66 return &(ioam6_lwt_state(lwt)->tuninfo.traceh); in ioam6_lwt_trace() 107 struct lwtunnel_state *lwt; in ioam6_build_state() local 164 lwt = lwtunnel_state_alloc(sizeof(*ilwt) + len_aligned); in ioam6_build_state() 165 if (!lwt) in ioam6_build_state() 168 ilwt = ioam6_lwt_state(lwt); in ioam6_build_state() [all …]
|
| H A D | rpl_iptunnel.c | 24 static inline struct rpl_lwt *rpl_lwt_lwtunnel(struct lwtunnel_state *lwt) in rpl_lwt_lwtunnel() argument 26 return (struct rpl_lwt *)lwt->data; in rpl_lwt_lwtunnel() 30 rpl_encap_lwtunnel(struct lwtunnel_state *lwt) in rpl_encap_lwtunnel() argument 32 return &rpl_lwt_lwtunnel(lwt)->tuninfo; in rpl_encap_lwtunnel() 122 static void rpl_destroy_state(struct lwtunnel_state *lwt) in rpl_destroy_state() argument 124 dst_cache_destroy(&rpl_lwt_lwtunnel(lwt)->cache); in rpl_destroy_state()
|
| H A D | seg6_iptunnel.c | 57 static inline struct seg6_lwt *seg6_lwt_lwtunnel(struct lwtunnel_state *lwt) in seg6_lwt_lwtunnel() argument 59 return (struct seg6_lwt *)lwt->data; in seg6_lwt_lwtunnel() 63 seg6_encap_lwtunnel(struct lwtunnel_state *lwt) in seg6_encap_lwtunnel() argument 65 return seg6_lwt_lwtunnel(lwt)->tuninfo; in seg6_encap_lwtunnel() 777 static void seg6_destroy_state(struct lwtunnel_state *lwt) in seg6_destroy_state() argument 779 struct seg6_lwt *slwt = seg6_lwt_lwtunnel(lwt); in seg6_destroy_state()
|
| H A D | seg6_local.c | 211 static struct seg6_local_lwt *seg6_local_lwtunnel(struct lwtunnel_state *lwt) in seg6_local_lwtunnel() argument 213 return (struct seg6_local_lwt *)lwt->data; in seg6_local_lwtunnel() 2553 static void seg6_local_destroy_state(struct lwtunnel_state *lwt) in seg6_local_destroy_state() argument 2555 struct seg6_local_lwt *slwt = seg6_local_lwtunnel(lwt); in seg6_local_destroy_state() 2565 struct lwtunnel_state *lwt) in seg6_local_fill_encap() argument 2567 struct seg6_local_lwt *slwt = seg6_local_lwtunnel(lwt); in seg6_local_fill_encap() 2589 static int seg6_local_get_encap_size(struct lwtunnel_state *lwt) in seg6_local_get_encap_size() argument 2591 struct seg6_local_lwt *slwt = seg6_local_lwtunnel(lwt); in seg6_local_get_encap_size()
|
| /linux/net/ipv6/ila/ |
| H A D | ila_lwt.c | 27 struct lwtunnel_state *lwt) in ila_lwt_lwtunnel() argument 29 return (struct ila_lwt *)lwt->data; in ila_lwt_lwtunnel() 33 struct lwtunnel_state *lwt) in ila_params_lwtunnel() argument 35 return &ila_lwt_lwtunnel(lwt)->p; in ila_params_lwtunnel() 264 static void ila_destroy_state(struct lwtunnel_state *lwt) in ila_destroy_state() argument 266 dst_cache_destroy(&ila_lwt_lwtunnel(lwt)->dst_cache); in ila_destroy_state()
|
| /linux/include/net/ |
| H A D | dst_metadata.h | 72 static inline struct xfrm_md_info *lwt_xfrm_info(struct lwtunnel_state *lwt) in lwt_xfrm_info() argument 74 return (struct xfrm_md_info *)lwt->data; in lwt_xfrm_info()
|
| /linux/net/xfrm/ |
| H A D | xfrm_interface_core.c | 69 static void xfrmi_destroy_state(struct lwtunnel_state *lwt) in xfrmi_destroy_state() argument 112 struct lwtunnel_state *lwt) in xfrmi_fill_encap_info() argument 114 struct xfrm_md_info *info = lwt_xfrm_info(lwt); in xfrmi_fill_encap_info()
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-net.rst | 49 msg, reuseport} and lwt/seg6 bpf programs, users should consult other
|
| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | ovs-dpctl.py | 2448 def attach(self, dpindex, vport_ifname, ptype, dport, lwt): 2471 if not lwt: 3015 "--lwt", 3099 args.dport, args.lwt) 2108 attach(self, dpindex, vport_ifname, ptype, dport, lwt) global() argument
|
| H A D | openvswitch.sh | 1061 add-if --no-lwt -t ${tun_type} \
|