Home
last modified time | relevance | path

Searched refs:channel_mtu (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/net/bluetooth/rfcomm/
Dcore.c44 static int channel_mtu = -1; variable
986 if (cr && channel_mtu >= 0) in rfcomm_send_pn()
987 pn->mtu = cpu_to_le16(channel_mtu); in rfcomm_send_pn()
2275 module_param(channel_mtu, int, 0644);
2276 MODULE_PARM_DESC(channel_mtu, "Default MTU for the RFCOMM channel");