Home
last modified time | relevance | path

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

/Linux-v5.4/net/ieee802154/
Dsocket.c407 .family = PF_IEEE802154,
970 .family = PF_IEEE802154,
1027 sk = sk_alloc(net, PF_IEEE802154, GFP_KERNEL, proto, kern); in ieee802154_create()
1036 sk->sk_family = PF_IEEE802154; in ieee802154_create()
1059 .family = PF_IEEE802154,
1128 sock_unregister(PF_IEEE802154); in af_ieee802154_remove()
1137 MODULE_ALIAS_NETPROTO(PF_IEEE802154);
/Linux-v5.4/include/linux/
Dsocket.h254 #define PF_IEEE802154 AF_IEEE802154 macro
/Linux-v5.4/Documentation/networking/
Dieee802154.rst29 .. c:function:: int sd = socket(PF_IEEE802154, SOCK_DGRAM, 0);
/Linux-v5.4/security/selinux/
Dhooks.c1304 case PF_IEEE802154: in socket_type_to_security_class()