Searched defs:magic (Results 1 - 6 of 6) sorted by relevance

/net/irda/irnet/
H A Dirnet_irda.h46 int magic; /* Paranoia */ member in struct:irnet_root
H A Dirnet.h403 int magic; /* Paranoia */ member in struct:irnet_socket
/net/ceph/
H A Dauth_x_protocol.h87 __le64 magic; member in struct:ceph_x_encrypt_header
H A Dosdmap.c147 u32 magic; local
163 magic = ceph_decode_32(p);
164 if (magic != CRUSH_MAGIC) {
165 pr_err("crush_decode magic %x != current %x\n",
166 (unsigned int)magic, (unsigned int)CRUSH_MAGIC);
/net/l2tp/
H A Dl2tp_core.h86 int magic; /* should be member in struct:l2tp_session
171 int magic; /* Should be L2TP_TUNNEL_MAGIC */ member in struct:l2tp_tunnel
237 BUG_ON(tunnel->magic != L2TP_TUNNEL_MAGIC);
/net/batman-adv/
H A Dpacket.h197 uint8_t magic[3]; /* FF:43:05 */ member in struct:batadv_bla_claim_dst

Completed in 135 milliseconds