#include #include #include MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); KSYMTAB_FUNC(dccp_feat_list_purge, "_gpl", ""); KSYMTAB_FUNC(dccp_feat_nn_get, "_gpl", ""); KSYMTAB_FUNC(dccp_feat_signal_nn_change, "_gpl", ""); KSYMTAB_FUNC(dccp_rcv_established, "_gpl", ""); KSYMTAB_FUNC(dccp_rcv_state_process, "_gpl", ""); KSYMTAB_DATA(dccp_death_row, "_gpl", ""); KSYMTAB_FUNC(dccp_create_openreq_child, "_gpl", ""); KSYMTAB_FUNC(dccp_check_req, "_gpl", ""); KSYMTAB_FUNC(dccp_child_process, "_gpl", ""); KSYMTAB_FUNC(dccp_reqsk_send_ack, "_gpl", ""); KSYMTAB_FUNC(dccp_reqsk_init, "_gpl", ""); KSYMTAB_FUNC(dccp_parse_options, "_gpl", ""); KSYMTAB_FUNC(dccp_insert_option, "_gpl", ""); KSYMTAB_FUNC(dccp_sync_mss, "_gpl", ""); KSYMTAB_FUNC(dccp_make_response, "_gpl", ""); KSYMTAB_FUNC(dccp_ctl_make_reset, "_gpl", ""); KSYMTAB_FUNC(dccp_connect, "_gpl", ""); KSYMTAB_FUNC(dccp_send_ack, "_gpl", ""); KSYMTAB_FUNC(dccp_send_sync, "_gpl", ""); KSYMTAB_DATA(dccp_statistics, "_gpl", ""); KSYMTAB_DATA(dccp_orphan_count, "_gpl", ""); KSYMTAB_DATA(dccp_hashinfo, "_gpl", ""); KSYMTAB_FUNC(dccp_set_state, "_gpl", ""); KSYMTAB_FUNC(dccp_done, "_gpl", ""); KSYMTAB_FUNC(dccp_packet_name, "_gpl", ""); KSYMTAB_FUNC(dccp_destruct_common, "_gpl", ""); KSYMTAB_FUNC(dccp_init_sock, "_gpl", ""); KSYMTAB_FUNC(dccp_destroy_sock, "_gpl", ""); KSYMTAB_FUNC(dccp_disconnect, "_gpl", ""); KSYMTAB_FUNC(dccp_poll, "_gpl", ""); KSYMTAB_FUNC(dccp_ioctl, "_gpl", ""); KSYMTAB_FUNC(dccp_setsockopt, "_gpl", ""); KSYMTAB_FUNC(dccp_getsockopt, "_gpl", ""); KSYMTAB_FUNC(dccp_sendmsg, "_gpl", ""); KSYMTAB_FUNC(dccp_recvmsg, "_gpl", ""); KSYMTAB_FUNC(inet_dccp_listen, "_gpl", ""); KSYMTAB_FUNC(dccp_close, "_gpl", ""); KSYMTAB_FUNC(dccp_shutdown, "_gpl", ""); KSYMTAB_FUNC(dccp_timestamp, "_gpl", ""); KSYMTAB_FUNC(dccp_ackvec_parsed_add, "_gpl", ""); KSYMTAB_FUNC(dccp_ackvec_parsed_cleanup, "_gpl", ""); MODULE_INFO(depends, "");