Home
last modified time | relevance | path

Searched refs:SEG6_LOCAL_BPF_PROG (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dseg6_local.h73 SEG6_LOCAL_BPF_PROG, enumerator
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dseg6_local.h73 SEG6_LOCAL_BPF_PROG, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dseg6_local.h73 SEG6_LOCAL_BPF_PROG, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dseg6_local.h73 SEG6_LOCAL_BPF_PROG, enumerator
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dseg6_local.c834 [SEG6_LOCAL_BPF_PROG] = { .type = NLA_U32, },
852 if (!tb[SEG6_LOCAL_BPF_PROG] || !tb[SEG6_LOCAL_BPF_PROG_NAME]) in parse_nla_bpf()
859 fd = nla_get_u32(tb[SEG6_LOCAL_BPF_PROG]); in parse_nla_bpf()
881 if (nla_put_u32(skb, SEG6_LOCAL_BPF_PROG, slwt->bpf.prog->aux->id)) in put_nla_bpf()