Home
last modified time | relevance | path

Searched refs:BPF_WRITE_HDR_TCP_CURRENT_MSS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c52 return skops->args[0] == BPF_WRITE_HDR_TCP_CURRENT_MSS; in skops_current_mss()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6916 BPF_WRITE_HDR_TCP_CURRENT_MSS = 1, /* Kernel is finding the enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6916 BPF_WRITE_HDR_TCP_CURRENT_MSS = 1, /* Kernel is finding the enumerator
/openbmc/linux/net/ipv4/
H A Dtcp_output.c469 return BPF_WRITE_HDR_TCP_CURRENT_MSS; in bpf_skops_write_hdr_opt_arg0()