Home
last modified time | relevance | path

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

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