~didier-barvaux/+junk/rohc-tcp

« back to all changes in this revision

Viewing changes to linux/kmod.c

  • Committer: Didier Barvaux
  • Date: 2013-06-30 12:53:19 UTC
  • mfrom: (535.1.213 rohc-main)
  • Revision ID: didier@barvaux.org-20130630125319-33xosfau63ygas1f
Sync with main branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
/* statistics */
68
68
EXPORT_SYMBOL_GPL(rohc_comp_get_state_descr);
 
69
EXPORT_SYMBOL_GPL(rohc_comp_get_general_info);
69
70
EXPORT_SYMBOL_GPL(rohc_comp_get_last_packet_info2);
70
71
 
71
72
/* configuration */
72
73
EXPORT_SYMBOL_GPL(rohc_activate_profile);
73
74
EXPORT_SYMBOL_GPL(rohc_comp_set_mrru);
 
75
EXPORT_SYMBOL_GPL(rohc_comp_get_mrru);
74
76
EXPORT_SYMBOL_GPL(rohc_c_set_max_cid);
 
77
EXPORT_SYMBOL_GPL(rohc_comp_get_max_cid);
75
78
EXPORT_SYMBOL_GPL(rohc_c_set_large_cid);
 
79
EXPORT_SYMBOL_GPL(rohc_comp_get_cid_type);
76
80
EXPORT_SYMBOL_GPL(rohc_comp_set_wlsb_window_width);
77
81
EXPORT_SYMBOL_GPL(rohc_comp_set_periodic_refreshes);
78
82
EXPORT_SYMBOL_GPL(rohc_comp_set_traces_cb);