Home
last modified time | relevance | path

Searched refs:__SK_DROP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/core/
H A Dskmsg.c864 return __SK_DROP; in sk_psock_map_verd()
891 ret = __SK_DROP; in sk_psock_msg_verdict()
950 case __SK_DROP: in sk_psock_tls_verdict_apply()
1027 case __SK_DROP: in sk_psock_verdict_apply()
1060 int ret = __SK_DROP; in sk_psock_strp_read()
1183 int ret = __SK_DROP; in sk_psock_verdict_recv()
/openbmc/linux/include/linux/
H A Dskmsg.h20 __SK_DROP = 0, enumerator
/openbmc/linux/net/ipv4/
H A Dtcp_bpf.c468 case __SK_DROP: in tcp_bpf_send_verdict()
/openbmc/linux/net/tls/
H A Dtls_sw.c917 case __SK_DROP: in bpf_exec_tx_verdict()
2100 if (err == __SK_DROP) in tls_sw_recvmsg()
/openbmc/linux/Documentation/bpf/
H A Dmap_sockmap.rst32 of ``__SK_DROP``, ``__SK_PASS``, or ``__SK_REDIRECT``.