Home
last modified time | relevance | path

Searched defs:sk (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/core/bpf/restrict_ifaces/
Drestrict-ifaces.bpf.c23 static inline int restrict_network_interfaces_impl(const struct __sk_buff *sk) { in restrict_network_interfaces_impl()
43 int sd_restrictif_e(const struct __sk_buff *sk) { in sd_restrictif_e()
48 int sd_restrictif_i(const struct __sk_buff *sk) { in sd_restrictif_i()
/systemd-251/src/shared/
Dopenssl-util.h30 static inline void sk_X509_free_allp(STACK_OF(X509) **sk) { in sk_X509_free_allp()
/systemd-251/src/basic/
Dfileio.c766 _cleanup_close_ int dfd = -1, sk = -1; in read_full_file_full() local