Searched refs:KVER_NONE (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Connectivity/bpf_progs/ |
D | netd.c | 143 DEFINE_NETD_BPF_PROG_KVER(SECTION_NAME, prog_uid, prog_gid, the_prog, KVER_NONE) in DEFINE_BPF_MAP_RO_NETD() 152 DEFINE_BPF_PROG_EXT(SECTION_NAME, prog_uid, prog_gid, the_prog, KVER_NONE, KVER_INF, \ in DEFINE_BPF_MAP_RO_NETD() 554 bpf_cgroup_ingress_4_14, KVER_NONE, KVER_4_19) 556 return bpf_traffic_account(skb, INGRESS, TRACE_OFF, KVER_NONE); 586 bpf_cgroup_egress_4_14, KVER_NONE, KVER_4_19) 588 return bpf_traffic_account(skb, EGRESS, TRACE_OFF, KVER_NONE); 606 update_iface_stats_map(skb, &key, EGRESS, KVER_NONE); 619 update_iface_stats_map(skb, &key, INGRESS, KVER_NONE); 629 update_iface_stats_map(skb, &key, INGRESS, KVER_NONE);
|
D | offload.c | 308 return do_forward6(skb, ETHER, DOWNSTREAM, KVER_NONE); 314 return do_forward6(skb, ETHER, UPSTREAM, KVER_NONE); 345 sched_cls_tether_downstream6_rawip_stub, KVER_NONE, KVER_4_14) 351 sched_cls_tether_upstream6_rawip_stub, KVER_NONE, KVER_4_14) 782 sched_cls_tether_downstream4_rawip_stub, KVER_NONE, KVER_5_4) 788 sched_cls_tether_upstream4_rawip_stub, KVER_NONE, KVER_5_4) 796 sched_cls_tether_downstream4_ether_stub, KVER_NONE, KVER_4_14) 802 sched_cls_tether_upstream4_ether_stub, KVER_NONE, KVER_4_14)
|
D | offload@mainline.c | 308 return do_forward6(skb, ETHER, DOWNSTREAM, KVER_NONE); 314 return do_forward6(skb, ETHER, UPSTREAM, KVER_NONE); 345 sched_cls_tether_downstream6_rawip_stub, KVER_NONE, KVER_4_14) 351 sched_cls_tether_upstream6_rawip_stub, KVER_NONE, KVER_4_14) 782 sched_cls_tether_downstream4_rawip_stub, KVER_NONE, KVER_5_4) 788 sched_cls_tether_upstream4_rawip_stub, KVER_NONE, KVER_5_4) 796 sched_cls_tether_downstream4_ether_stub, KVER_NONE, KVER_4_14) 802 sched_cls_tether_upstream4_ether_stub, KVER_NONE, KVER_4_14)
|
D | clatd.c | 284 …ss6/clat_ether$4_9", AID_ROOT, AID_SYSTEM, sched_cls_ingress6_clat_ether_4_9, KVER_NONE, KVER_4_14) 286 return nat64(skb, ETHER, KVER_NONE); 294 …ss6/clat_rawip$4_9", AID_ROOT, AID_SYSTEM, sched_cls_ingress6_clat_rawip_4_9, KVER_NONE, KVER_4_14) 296 return nat64(skb, RAWIP, KVER_NONE);
|
/packages/modules/Connectivity/staticlibs/native/bpf_headers/include/bpf/ |
D | bpf_helpers.h | 137 #define KVER_NONE KVER_(0) macro 321 KVER_NONE, KVER_INF, min_loader, max_loader, \ 465 … DEFINE_BPF_PROG_KVER_RANGE_OPT(SECTION_NAME, prog_uid, prog_gid, the_prog, KVER_NONE, KVER_INF, \ 468 … DEFINE_BPF_PROG_KVER_RANGE_OPT(SECTION_NAME, prog_uid, prog_gid, the_prog, KVER_NONE, KVER_INF, \
|