Searched defs:is_inner (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/syn/src/ |
H A D | attr.rs | 606 fn is_inner(attr: &&Attribute) -> bool { in inner() functions
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_tc.c | 461 otx2_tc_process_vlan(struct otx2_nic *nic, struct flow_msg *flow_spec, struct flow_msg *flow_mask, struct flow_rule *rule, struct npc_install_flow_req *req, bool is_inner) otx2_tc_process_vlan() argument
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 1979 parse_btf_map_def(struct bpf_object *obj, struct bpf_map *map, const struct btf_type *def, bool strict, bool is_inner, const char *pin_root_path) parse_btf_map_def() argument
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 2205 bool is_inner = inner_def == NULL; in parse_btf_map_def() local 5100 static int bpf_object__create_map(struct bpf_object *obj, struct bpf_map *map, bool is_inner) in bpf_object__create_map() argument
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 2302 bool is_inner = inner_def == NULL; local 5505 static int bpf_object__create_map(struct bpf_object *obj, struct bpf_map *map, bool is_inner) argument
|
Completed in 49 milliseconds