Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.12-rc6 13 lines 338 B view raw
1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* 3 * Copyright (C) 2018 Samsung Electronics Co., Ltd. 4 */ 5 6#ifndef __KSMBD_TRANSPORT_TCP_H__ 7#define __KSMBD_TRANSPORT_TCP_H__ 8 9int ksmbd_tcp_set_interfaces(char *ifc_list, int ifc_list_sz); 10int ksmbd_tcp_init(void); 11void ksmbd_tcp_destroy(void); 12 13#endif /* __KSMBD_TRANSPORT_TCP_H__ */