Home
last modified time | relevance | path

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

/Linux-v6.1/net/ieee802154/
Dsocket.c411 .family = PF_IEEE802154,
975 .family = PF_IEEE802154,
1033 sk = sk_alloc(net, PF_IEEE802154, GFP_KERNEL, proto, kern); in ieee802154_create()
1042 sk->sk_family = PF_IEEE802154; in ieee802154_create()
1065 .family = PF_IEEE802154,
1134 sock_unregister(PF_IEEE802154); in af_ieee802154_remove()
1143 MODULE_ALIAS_NETPROTO(PF_IEEE802154);
/Linux-v6.1/tools/perf/trace/beauty/include/linux/
Dsocket.h280 #define PF_IEEE802154 AF_IEEE802154 macro
/Linux-v6.1/include/linux/
Dsocket.h280 #define PF_IEEE802154 AF_IEEE802154 macro
/Linux-v6.1/Documentation/networking/
Dieee802154.rst31 int sd = socket(PF_IEEE802154, SOCK_DGRAM, 0);
/Linux-v6.1/net/
Dsocket.c207 [PF_IEEE802154] = "PF_IEEE802154",
/Linux-v6.1/security/selinux/
Dhooks.c1240 case PF_IEEE802154: in socket_type_to_security_class()