Home
last modified time | relevance | path

Searched refs:TCP_BPF_SYN_MAC (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4794 TCP_BPF_SYN_MAC = 1007, /* Copy the MAC, IP[46], and TCP header */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4794 TCP_BPF_SYN_MAC = 1007, /* Copy the MAC, IP[46], and TCP header */ enumerator
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c5101 optname >= TCP_BPF_SYN && optname <= TCP_BPF_SYN_MAC) { in BPF_CALL_5()