Searched defs:bpf_lpm_trie_key (Results 1 – 4 of 4) sorted by relevance
52 struct bpf_lpm_trie_key { struct53 __u32 prefixlen;54 __u8 data[0];
65 struct bpf_lpm_trie_key { struct66 __u32 prefixlen;67 __u8 data[0];
74 struct bpf_lpm_trie_key { struct75 __u32 prefixlen; /* up to 32 for AF_INET, 128 for AF_INET6 */76 __u8 data[0]; /* Arbitrary size */