Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dbpf.h7083 TCP_BPF_SYN_MAC = 1007, /* Copy the MAC, IP[46], and TCP header */ enumerator
/linux-6.12.1/tools/include/uapi/linux/
Dbpf.h7083 TCP_BPF_SYN_MAC = 1007, /* Copy the MAC, IP[46], and TCP header */ enumerator
/linux-6.12.1/net/core/
Dfilter.c5723 optname >= TCP_BPF_SYN && optname <= TCP_BPF_SYN_MAC) { in BPF_CALL_5()