cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

rmnet_handlers.h (390B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/* Copyright (c) 2013, 2016-2017 The Linux Foundation. All rights reserved.
      3 *
      4 * RMNET Data ingress/egress handler
      5 */
      6
      7#ifndef _RMNET_HANDLERS_H_
      8#define _RMNET_HANDLERS_H_
      9
     10#include "rmnet_config.h"
     11
     12void rmnet_egress_handler(struct sk_buff *skb);
     13
     14rx_handler_result_t rmnet_rx_handler(struct sk_buff **pskb);
     15
     16#endif /* _RMNET_HANDLERS_H_ */