Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcpnotify_kern.c57 bpf_sock_ops_cb_flags_set(skops, (BPF_SOCK_OPS_RETRANS_CB_FLAG| in bpf_testcb()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6682 BPF_SOCK_OPS_RETRANS_CB_FLAG = (1<<1), enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6682 BPF_SOCK_OPS_RETRANS_CB_FLAG = (1<<1), enumerator
/openbmc/linux/net/ipv4/
H A Dtcp_output.c3365 if (BPF_SOCK_OPS_TEST_FLAG(tp, BPF_SOCK_OPS_RETRANS_CB_FLAG)) in __tcp_retransmit_skb()