Searched defs:bpf_tunnel_key (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/ |
A D | bpf.h | 5976 struct bpf_tunnel_key { struct 5977 __u32 tunnel_id; 5978 union { 5982 __u8 tunnel_tos; 5983 __u8 tunnel_ttl; 5984 union { 5988 __u32 tunnel_label; 5989 union {
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | bpf.h | 5976 struct bpf_tunnel_key { struct 5977 __u32 tunnel_id; 5978 union { 5982 __u8 tunnel_tos; 5983 __u8 tunnel_ttl; 5984 union { 5988 __u32 tunnel_label; 5989 union {
|
/linux-6.3-rc2/net/core/ |
A D | filter.c | 4528 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() 4644 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4()
|
Completed in 58 milliseconds