And the solution was :
g_multi
**Edit :**
g_multi is the gadget usb called "Multifunction Composite Gadget" in Kernel. This module have two options :
< > Multifunction Composite Gadget
[ ] RNDIS + CDC Serial + Storage configuration
[ ] CDC Ethernet + CDC Serial + Storage configuration
In my case I use the first option. But I have no reson to use the CDC Serial.
To enable it :
modprobe g_multi file=/dev/sda # sda is your USB mass storage device
This command will creates both usb0 network interface and mass storage device on host device. It also creates CDC Serial.
Now I use the USB gadget set up though configfs. See the documentaion : Gadget configfs documentation
With this "new" USB gadget system you will choose which all gadgets you want.