Searched refs:mctx (Results 1 – 2 of 2) sorted by relevance
15 mctx->l ^= val; in michael_block()16 mctx->r ^= rol32(mctx->l, 17); in michael_block()17 mctx->l += mctx->r; in michael_block()18 mctx->r ^= ((mctx->l & 0xff00ff00) >> 8) | in michael_block()20 mctx->l += mctx->r; in michael_block()21 mctx->r ^= rol32(mctx->l, 3); in michael_block()22 mctx->l += mctx->r; in michael_block()23 mctx->r ^= ror32(mctx->l, 2); in michael_block()24 mctx->l += mctx->r; in michael_block()50 michael_block(mctx, tid); in michael_mic_hdr()[all …]
1099 struct net_bridge_mcast_port *mctx; in br_multicast_rport_from_node_skb() local1103 mctx = hlist_entry_safe(rp, struct net_bridge_mcast_port, in br_multicast_rport_from_node_skb()1107 mctx = hlist_entry_safe(rp, struct net_bridge_mcast_port, in br_multicast_rport_from_node_skb()1110 if (mctx) in br_multicast_rport_from_node_skb()1111 return mctx->port; in br_multicast_rport_from_node_skb()
Completed in 10 milliseconds