Searched refs:PF_IEEE802154 (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/net/ieee802154/ |
D | socket.c | 406 .family = PF_IEEE802154, 965 .family = PF_IEEE802154, 1023 sk = sk_alloc(net, PF_IEEE802154, GFP_KERNEL, proto, kern); in ieee802154_create() 1032 sk->sk_family = PF_IEEE802154; in ieee802154_create() 1055 .family = PF_IEEE802154, 1124 sock_unregister(PF_IEEE802154); in af_ieee802154_remove() 1133 MODULE_ALIAS_NETPROTO(PF_IEEE802154);
|
/linux-5.19.10/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 275 #define PF_IEEE802154 AF_IEEE802154 macro
|
/linux-5.19.10/include/linux/ |
D | socket.h | 275 #define PF_IEEE802154 AF_IEEE802154 macro
|
/linux-5.19.10/Documentation/networking/ |
D | ieee802154.rst | 31 int sd = socket(PF_IEEE802154, SOCK_DGRAM, 0);
|
/linux-5.19.10/net/ |
D | socket.c | 207 [PF_IEEE802154] = "PF_IEEE802154",
|
/linux-5.19.10/security/selinux/ |
D | hooks.c | 1243 case PF_IEEE802154: in socket_type_to_security_class()
|