Home
last modified time | relevance | path

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

/linux-6.1.9/net/6lowpan/ !
Dcore.c17 enum lowpan_lltypes lltype) in lowpan_register_netdevice() argument
21 switch (lltype) { in lowpan_register_netdevice()
34 lowpan_dev(dev)->lltype = lltype; in lowpan_register_netdevice()
53 enum lowpan_lltypes lltype) in lowpan_register_netdev() argument
58 ret = lowpan_register_netdevice(dev, lltype); in lowpan_register_netdev()
D6lowpan_i.h11 enum lowpan_lltypes lltype) in lowpan_is_ll() argument
13 return lowpan_dev(dev)->lltype == lltype; in lowpan_is_ll()
Diphc.c335 switch (lowpan_dev(dev)->lltype) { in lowpan_iphc_uncompress_addr()
396 switch (lowpan_dev(dev)->lltype) { in lowpan_iphc_uncompress_ctx_addr()
751 switch (lowpan_dev(dev)->lltype) { in lowpan_header_decompress()
854 switch (lowpan_dev(dev)->lltype) { in lowpan_compress_ctx_addr()
950 switch (lowpan_dev(dev)->lltype) { in lowpan_compress_addr_64()
Dnhc_udp.c88 switch (lowpan_dev(skb->dev)->lltype) { in udp_uncompress()
/linux-6.1.9/include/net/ !
D6lowpan.h136 enum lowpan_lltypes lltype; member
286 enum lowpan_lltypes lltype);
288 enum lowpan_lltypes lltype);
/linux-6.1.9/Documentation/networking/ !
D6lowpan.rst40 switch (lowpan_priv->lltype) {