Home
last modified time | relevance | path

Searched defs:bpf_sk_lookup (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h5009 struct bpf_sk_lookup { struct
5010 union {
5015 __u32 family; /* Protocol family (AF_INET, AF_INET6) */
5016 __u32 protocol; /* IP protocol (IPPROTO_TCP, IPPROTO_UDP) */
5017 __u32 remote_ip4; /* Network byte order */
5018 __u32 remote_ip6[4]; /* Network byte order */
5019 __u32 remote_port; /* Network byte order */
5020 __u32 local_ip4; /* Network byte order */
5021 __u32 local_ip6[4]; /* Network byte order */
5022 __u32 local_port; /* Host byte order */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h5009 struct bpf_sk_lookup { struct
5010 union {
5015 __u32 family; /* Protocol family (AF_INET, AF_INET6) */
5016 __u32 protocol; /* IP protocol (IPPROTO_TCP, IPPROTO_UDP) */
5017 __u32 remote_ip4; /* Network byte order */
5018 __u32 remote_ip6[4]; /* Network byte order */
5019 __u32 remote_port; /* Network byte order */
5020 __u32 local_ip4; /* Network byte order */
5021 __u32 local_ip6[4]; /* Network byte order */
5022 __u32 local_port; /* Host byte order */
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c6008 bpf_sk_lookup(struct sk_buff *skb, struct bpf_sock_tuple *tuple, u32 len, in bpf_sk_lookup() function