Searched refs:sk_buff (Results 1 - 25 of 3387) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_handlers.h12 void rmnet_egress_handler(struct sk_buff *skb);
14 rx_handler_result_t rmnet_rx_handler(struct sk_buff **pskb);
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_rx.h13 struct sk_buff;
15 void wfx_handle_rx(struct wfx_dev *wdev, struct sk_buff *skb);
H A Ddata_rx.h12 struct sk_buff;
15 void wfx_rx_cb(struct wfx_vif *wvif, const struct wfx_hif_ind_rx *arg, struct sk_buff *skb);
/linux-master/net/devlink/
H A Dnetlink_gen.h21 int devlink_nl_pre_doit(const struct genl_split_ops *ops, struct sk_buff *skb,
24 struct sk_buff *skb, struct genl_info *info);
26 struct sk_buff *skb, struct genl_info *info);
28 struct sk_buff *skb,
31 devlink_nl_post_doit(const struct genl_split_ops *ops, struct sk_buff *skb,
35 struct sk_buff *skb, struct genl_info *info);
37 int devlink_nl_get_doit(struct sk_buff *skb, struct genl_info *info);
38 int devlink_nl_get_dumpit(struct sk_buff *skb, struct netlink_callback *cb);
39 int devlink_nl_port_get_doit(struct sk_buff *skb, struct genl_info *info);
40 int devlink_nl_port_get_dumpit(struct sk_buff *sk
[all...]
/linux-master/include/net/
H A Dllc_c_ev.h123 static __inline__ struct llc_conn_state_ev *llc_conn_ev(struct sk_buff *skb)
128 typedef int (*llc_conn_ev_t)(struct sock *sk, struct sk_buff *skb);
129 typedef int (*llc_conn_ev_qfyr_t)(struct sock *sk, struct sk_buff *skb);
131 int llc_conn_ev_conn_req(struct sock *sk, struct sk_buff *skb);
132 int llc_conn_ev_data_req(struct sock *sk, struct sk_buff *skb);
133 int llc_conn_ev_disc_req(struct sock *sk, struct sk_buff *skb);
134 int llc_conn_ev_rst_req(struct sock *sk, struct sk_buff *skb);
135 int llc_conn_ev_local_busy_detected(struct sock *sk, struct sk_buff *skb);
136 int llc_conn_ev_local_busy_cleared(struct sock *sk, struct sk_buff *skb);
137 int llc_conn_ev_rx_bad_pdu(struct sock *sk, struct sk_buff *sk
[all...]
H A Dllc_c_ac.h22 struct sk_buff;
97 typedef int (*llc_conn_action_t)(struct sock *sk, struct sk_buff *skb);
99 int llc_conn_ac_clear_remote_busy(struct sock *sk, struct sk_buff *skb);
100 int llc_conn_ac_conn_ind(struct sock *sk, struct sk_buff *skb);
101 int llc_conn_ac_conn_confirm(struct sock *sk, struct sk_buff *skb);
102 int llc_conn_ac_data_ind(struct sock *sk, struct sk_buff *skb);
103 int llc_conn_ac_disc_ind(struct sock *sk, struct sk_buff *skb);
104 int llc_conn_ac_rst_ind(struct sock *sk, struct sk_buff *skb);
105 int llc_conn_ac_rst_confirm(struct sock *sk, struct sk_buff *skb);
107 struct sk_buff *sk
[all...]
H A Dllc_s_ac.h16 struct sk_buff;
30 typedef int (*llc_sap_action_t)(struct llc_sap *sap, struct sk_buff *skb);
32 int llc_sap_action_unitdata_ind(struct llc_sap *sap, struct sk_buff *skb);
33 int llc_sap_action_send_ui(struct llc_sap *sap, struct sk_buff *skb);
34 int llc_sap_action_send_xid_c(struct llc_sap *sap, struct sk_buff *skb);
35 int llc_sap_action_send_xid_r(struct llc_sap *sap, struct sk_buff *skb);
36 int llc_sap_action_send_test_c(struct llc_sap *sap, struct sk_buff *skb);
37 int llc_sap_action_send_test_r(struct llc_sap *sap, struct sk_buff *skb);
38 int llc_sap_action_report_status(struct llc_sap *sap, struct sk_buff *skb);
39 int llc_sap_action_xid_ind(struct llc_sap *sap, struct sk_buff *sk
[all...]
H A Dllc_sap.h19 struct sk_buff;
22 void llc_sap_rtn_pdu(struct llc_sap *sap, struct sk_buff *skb);
23 void llc_save_primitive(struct sock *sk, struct sk_buff *skb,
25 struct sk_buff *llc_alloc_frame(struct sock *sk, struct net_device *dev,
28 void llc_build_and_send_test_pkt(struct llc_sap *sap, struct sk_buff *skb,
30 void llc_build_and_send_xid_pkt(struct llc_sap *sap, struct sk_buff *skb,
H A Dpsnap.h6 struct sk_buff;
12 int (*rcvfunc)(struct sk_buff *, struct net_device *,
H A Dp8022.h7 struct sk_buff;
11 int (*func)(struct sk_buff *skb,
H A Dllc_s_ev.h48 static __inline__ struct llc_sap_state_ev *llc_sap_ev(struct sk_buff *skb)
55 typedef int (*llc_sap_ev_t)(struct llc_sap *sap, struct sk_buff *skb);
57 int llc_sap_ev_activation_req(struct llc_sap *sap, struct sk_buff *skb);
58 int llc_sap_ev_rx_ui(struct llc_sap *sap, struct sk_buff *skb);
59 int llc_sap_ev_unitdata_req(struct llc_sap *sap, struct sk_buff *skb);
60 int llc_sap_ev_xid_req(struct llc_sap *sap, struct sk_buff *skb);
61 int llc_sap_ev_rx_xid_c(struct llc_sap *sap, struct sk_buff *skb);
62 int llc_sap_ev_rx_xid_r(struct llc_sap *sap, struct sk_buff *skb);
63 int llc_sap_ev_test_req(struct llc_sap *sap, struct sk_buff *skb);
64 int llc_sap_ev_rx_test_c(struct llc_sap *sap, struct sk_buff *sk
[all...]
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dswitchdev.h11 static inline void qtnfmac_switch_mark_skb_flooded(struct sk_buff *skb)
18 static inline void qtnfmac_switch_mark_skb_flooded(struct sk_buff *skb)
/linux-master/include/net/netfilter/ipv4/
H A Dnf_reject.h10 void nf_send_unreach(struct sk_buff *skb_in, int code, int hook);
11 void nf_send_reset(struct net *net, struct sock *, struct sk_buff *oldskb,
13 const struct tcphdr *nf_reject_ip_tcphdr_get(struct sk_buff *oldskb,
15 struct iphdr *nf_reject_iphdr_put(struct sk_buff *nskb,
16 const struct sk_buff *oldskb,
18 void nf_reject_ip_tcphdr_put(struct sk_buff *nskb, const struct sk_buff *oldskb,
21 struct sk_buff *nf_reject_skb_v4_unreach(struct net *net,
22 struct sk_buff *oldskb,
25 struct sk_buff *nf_reject_skb_v4_tcp_rese
[all...]
/linux-master/include/net/netfilter/ipv6/
H A Dnf_reject.h8 void nf_send_unreach6(struct net *net, struct sk_buff *skb_in, unsigned char code,
10 void nf_send_reset6(struct net *net, struct sock *sk, struct sk_buff *oldskb,
12 const struct tcphdr *nf_reject_ip6_tcphdr_get(struct sk_buff *oldskb,
15 struct ipv6hdr *nf_reject_ip6hdr_put(struct sk_buff *nskb,
16 const struct sk_buff *oldskb,
18 void nf_reject_ip6_tcphdr_put(struct sk_buff *nskb,
19 const struct sk_buff *oldskb,
22 struct sk_buff *nf_reject_skb_v6_tcp_reset(struct net *net,
23 struct sk_buff *oldskb,
26 struct sk_buff *nf_reject_skb_v6_unreac
[all...]
/linux-master/net/core/
H A Dnetdev-genl-gen.h17 int netdev_nl_dev_get_doit(struct sk_buff *skb, struct genl_info *info);
18 int netdev_nl_dev_get_dumpit(struct sk_buff *skb, struct netlink_callback *cb);
19 int netdev_nl_page_pool_get_doit(struct sk_buff *skb, struct genl_info *info);
20 int netdev_nl_page_pool_get_dumpit(struct sk_buff *skb,
22 int netdev_nl_page_pool_stats_get_doit(struct sk_buff *skb,
24 int netdev_nl_page_pool_stats_get_dumpit(struct sk_buff *skb,
26 int netdev_nl_queue_get_doit(struct sk_buff *skb, struct genl_info *info);
27 int netdev_nl_queue_get_dumpit(struct sk_buff *skb,
29 int netdev_nl_napi_get_doit(struct sk_buff *skb, struct genl_info *info);
30 int netdev_nl_napi_get_dumpit(struct sk_buff *sk
[all...]
/linux-master/net/ieee802154/
H A Dieee802154.h28 struct sk_buff *ieee802154_nl_create(int flags, u8 req);
29 int ieee802154_nl_mcast(struct sk_buff *msg, unsigned int group);
30 struct sk_buff *ieee802154_nl_new_reply(struct genl_info *info,
32 int ieee802154_nl_reply(struct sk_buff *msg, struct genl_info *info);
37 int ieee802154_list_phy(struct sk_buff *skb, struct genl_info *info);
38 int ieee802154_dump_phy(struct sk_buff *skb, struct netlink_callback *cb);
39 int ieee802154_add_iface(struct sk_buff *skb, struct genl_info *info);
40 int ieee802154_del_iface(struct sk_buff *skb, struct genl_info *info);
47 int ieee802154_associate_req(struct sk_buff *skb, struct genl_info *info);
48 int ieee802154_associate_resp(struct sk_buff *sk
[all...]
/linux-master/drivers/dpll/
H A Ddpll_nl.h18 int dpll_lock_doit(const struct genl_split_ops *ops, struct sk_buff *skb,
20 int dpll_pre_doit(const struct genl_split_ops *ops, struct sk_buff *skb,
22 int dpll_pin_pre_doit(const struct genl_split_ops *ops, struct sk_buff *skb,
25 dpll_unlock_doit(const struct genl_split_ops *ops, struct sk_buff *skb,
28 dpll_post_doit(const struct genl_split_ops *ops, struct sk_buff *skb,
31 dpll_pin_post_doit(const struct genl_split_ops *ops, struct sk_buff *skb,
34 int dpll_nl_device_id_get_doit(struct sk_buff *skb, struct genl_info *info);
35 int dpll_nl_device_get_doit(struct sk_buff *skb, struct genl_info *info);
36 int dpll_nl_device_get_dumpit(struct sk_buff *skb, struct netlink_callback *cb);
37 int dpll_nl_device_set_doit(struct sk_buff *sk
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mei/
H A Dinternal.h14 rx_handler_result_t iwl_mei_rx_filter(struct sk_buff *skb,
18 void iwl_mei_add_data_to_ring(struct sk_buff *skb, bool cb_tx);
/linux-master/include/linux/
H A Dif_ether.h22 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb)
30 static inline struct ethhdr *skb_eth_hdr(const struct sk_buff *skb)
35 static inline struct ethhdr *inner_eth_hdr(const struct sk_buff *skb)
40 int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr);
/linux-master/net/ipv4/
H A Dfou_nl.h20 int fou_nl_add_doit(struct sk_buff *skb, struct genl_info *info);
21 int fou_nl_del_doit(struct sk_buff *skb, struct genl_info *info);
22 int fou_nl_get_doit(struct sk_buff *skb, struct genl_info *info);
23 int fou_nl_get_dumpit(struct sk_buff *skb, struct netlink_callback *cb);
/linux-master/net/tipc/
H A Dnet.h47 int tipc_nl_net_dump(struct sk_buff *skb, struct netlink_callback *cb);
48 int tipc_nl_net_set(struct sk_buff *skb, struct genl_info *info);
49 int __tipc_nl_net_set(struct sk_buff *skb, struct genl_info *info);
50 int tipc_nl_net_addr_legacy_get(struct sk_buff *skb, struct genl_info *info);
/linux-master/net/dsa/
H A Dtag_8021q.h10 struct sk_buff;
13 struct sk_buff *dsa_8021q_xmit(struct sk_buff *skb, struct net_device *netdev,
16 void dsa_8021q_rcv(struct sk_buff *skb, int *source_port, int *switch_id,
/linux-master/include/net/phonet/
H A Dgprs.h16 struct sk_buff;
19 int pep_write(struct sock *sk, struct sk_buff *skb);
20 struct sk_buff *pep_read(struct sock *sk);
/linux-master/include/net/netfilter/
H A Dbr_netfilter.h9 static inline struct nf_bridge_info *nf_bridge_alloc(struct sk_buff *skb)
23 void nf_bridge_update_protocol(struct sk_buff *skb);
26 struct sk_buff *skb, struct net_device *indev,
29 struct sk_buff *));
31 unsigned int nf_bridge_encap_header_len(const struct sk_buff *skb);
33 static inline void nf_bridge_push_encap_header(struct sk_buff *skb)
41 int br_nf_pre_routing_finish_bridge(struct net *net, struct sock *sk, struct sk_buff *skb);
55 struct net_device *setup_pre_routing(struct sk_buff *skb,
59 int br_validate_ipv6(struct net *net, struct sk_buff *skb);
61 struct sk_buff *sk
[all...]
/linux-master/net/mac80211/
H A Dwme.h14 struct sk_buff *skb,
17 struct sta_info *sta, struct sk_buff *skb);
19 struct sk_buff *skb);

Completed in 222 milliseconds

1234567891011>>