Home
last modified time | relevance | path

Searched defs:bpf_fib_lookup (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbpf.h690 struct bpf_fib_lookup { struct
692 __u8 family;
694 __u8 l4_protocol;
695 __be16 sport;
696 __be16 dport;
698 __u16 tot_len;
700 __u32 ifindex;
701 union {
708 union {
713 union {
[all …]
/kernel/linux/linux-4.19/tools/include/uapi/linux/
Dbpf.h2725 struct bpf_fib_lookup { struct
2729 __u8 family;
2732 __u8 l4_protocol;
2733 __be16 sport;
2734 __be16 dport;
2758 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument
2762 union {
2768 __be16 h_vlan_proto;
2769 __be16 h_vlan_TCI;
2770 __u8 smac[6]; /* ETH_ALEN */
[all …]
/kernel/linux/linux-4.19/include/uapi/linux/
Dbpf.h2727 struct bpf_fib_lookup { struct
2731 __u8 family;
2734 __u8 l4_protocol;
2735 __be16 sport;
2736 __be16 dport;
2760 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument
2764 union {
2770 __be16 h_vlan_proto;
2771 __be16 h_vlan_TCI;
2772 __u8 smac[6]; /* ETH_ALEN */
[all …]
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dbpf.h4864 struct bpf_fib_lookup { struct
4868 __u8 family;
4871 __u8 l4_protocol;
4872 __be16 sport;
4873 __be16 dport;
4897 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument
4901 union {
4907 __be16 h_vlan_proto;
4908 __be16 h_vlan_TCI;
4909 __u8 smac[6]; /* ETH_ALEN */
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbpf.h989 struct bpf_fib_lookup { struct
990 __u8 family;
991 __u8 l4_protocol;
992 __be16 sport;
993 __be16 dport;
994 __u16 tot_len;
995 __u32 ifindex;
996 union {
1001 union {
1005 union {
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dbpf.h4864 struct bpf_fib_lookup { struct
4868 __u8 family;
4871 __u8 l4_protocol;
4872 __be16 sport;
4873 __be16 dport;
4897 /* input to bpf_fib_lookup, ipv{4,6}_dst is destination address in argument
4901 union {
4907 __be16 h_vlan_proto;
4908 __be16 h_vlan_TCI;
4909 __u8 smac[6]; /* ETH_ALEN */
[all …]
/kernel/linux/linux-4.19/tools/testing/selftests/bpf/
Dbpf_helpers.h118 static int (*bpf_fib_lookup)(void *ctx, struct bpf_fib_lookup *params, variable
/kernel/linux/linux-4.19/net/core/
Dfilter.c4465 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
4499 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
/kernel/linux/linux-5.10/net/core/
Dfilter.c5507 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()
5541 struct bpf_fib_lookup *, params, int, plen, u32, flags) in BPF_CALL_4()