Searched refs:sk_buff (Results 51 - 75 of 1357) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211_crypt.h35 struct sk_buff;
50 int (*build_iv) (struct sk_buff * skb, int hdr_len,
59 int (*encrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv);
60 int (*decrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv);
64 int (*encrypt_msdu) (struct sk_buff * skb, int hdr_len, void *priv);
65 int (*decrypt_msdu) (struct sk_buff * skb, int keyidx, int hdr_len,
H A Dsch_generic.h28 int (*enqueue)(struct sk_buff *skb, struct Qdisc *dev);
29 struct sk_buff * (*dequeue)(struct Qdisc *dev);
48 int (*reshape_fail)(struct sk_buff *skb,
81 struct sk_buff *skb, struct tcmsg*);
93 int (*enqueue)(struct sk_buff *, struct Qdisc *);
94 struct sk_buff * (*dequeue)(struct Qdisc *);
95 int (*requeue)(struct sk_buff *, struct Qdisc *);
103 int (*dump)(struct Qdisc *, struct sk_buff *);
121 int (*classify)(struct sk_buff*, struct tcf_proto*,
136 struct sk_buff *sk
[all...]
H A Dgenetlink.h64 int (*doit)(struct sk_buff *skb,
66 int (*dumpit)(struct sk_buff *skb,
90 static inline void *genlmsg_put(struct sk_buff *skb, u32 pid, u32 seq,
119 static inline void *genlmsg_put_reply(struct sk_buff *skb,
133 static inline int genlmsg_end(struct sk_buff *skb, void *hdr)
143 static inline int genlmsg_cancel(struct sk_buff *skb, void *hdr)
155 static inline int genlmsg_multicast(struct sk_buff *skb, u32 pid,
166 static inline int genlmsg_unicast(struct sk_buff *skb, u32 pid)
176 static inline int genlmsg_reply(struct sk_buff *skb, struct genl_info *info)
224 static inline struct sk_buff *genlmsg_ne
[all...]
H A Dact_api.h89 int (*act)(struct sk_buff *, struct tc_action *, struct tcf_result *);
90 int (*get_stats)(struct sk_buff *, struct tc_action *);
91 int (*dump)(struct sk_buff *, struct tc_action *, int, int);
95 int (*walk)(struct sk_buff *, struct netlink_callback *, int, struct tc_action *);
103 extern int tcf_generic_walker(struct sk_buff *skb, struct netlink_callback *cb,
118 extern int tcf_action_exec(struct sk_buff *skb, struct tc_action *a, struct tcf_result *res);
121 extern int tcf_action_dump(struct sk_buff *skb, struct tc_action *a, int, int);
122 extern int tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int, int);
123 extern int tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int, int);
124 extern int tcf_action_copy_stats (struct sk_buff *,struc
[all...]
H A Darp.h13 extern int arp_find(unsigned char *haddr, struct sk_buff *skb);
22 extern struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
26 extern void arp_xmit(struct sk_buff *skb);
H A Datmclip.h20 struct sk_buff;
30 void (*old_push)(struct atm_vcc *vcc,struct sk_buff *skb);
32 void (*old_pop)(struct atm_vcc *vcc,struct sk_buff *skb);
H A Dicmp.h39 struct sk_buff;
41 extern void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info);
42 extern int icmp_rcv(struct sk_buff *skb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_conntrack_core.h25 struct sk_buff **pskb);
41 nf_ct_get_tuple(const struct sk_buff *skb,
61 extern int __nf_conntrack_confirm(struct sk_buff **pskb);
64 static inline int nf_conntrack_confirm(struct sk_buff **pskb)
77 extern void __nf_conntrack_attach(struct sk_buff *nskb, struct sk_buff *skb);
H A Dnf_conntrack_l4proto.h30 int (*pkt_to_tuple)(const struct sk_buff *skb,
49 const struct sk_buff *skb,
57 int (*new)(struct nf_conn *conntrack, const struct sk_buff *skb,
63 int (*error)(struct sk_buff *skb, unsigned int dataoff,
68 int (*to_nfattr)(struct sk_buff *skb, struct nfattr *nfa,
74 int (*tuple_to_nfattr)(struct sk_buff *skb,
114 extern int nf_ct_port_tuple_to_nfattr(struct sk_buff *skb,
H A Dnf_conntrack_l3proto.h31 int (*pkt_to_tuple)(const struct sk_buff *skb, unsigned int nhoff,
50 const struct sk_buff *skb,
57 int (*new)(struct nf_conn *conntrack, const struct sk_buff *skb);
64 int (*prepare)(struct sk_buff **pskb, unsigned int hooknum,
69 int (*tuple_to_nfattr)(struct sk_buff *skb,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/llc/
H A Dllc_s_ev.c23 int llc_sap_ev_activation_req(struct llc_sap *sap, struct sk_buff *skb)
31 int llc_sap_ev_rx_ui(struct llc_sap *sap, struct sk_buff *skb)
41 int llc_sap_ev_unitdata_req(struct llc_sap *sap, struct sk_buff *skb)
51 int llc_sap_ev_xid_req(struct llc_sap *sap, struct sk_buff *skb)
60 int llc_sap_ev_rx_xid_c(struct llc_sap *sap, struct sk_buff *skb)
70 int llc_sap_ev_rx_xid_r(struct llc_sap *sap, struct sk_buff *skb)
80 int llc_sap_ev_test_req(struct llc_sap *sap, struct sk_buff *skb)
89 int llc_sap_ev_rx_test_c(struct llc_sap *sap, struct sk_buff *skb)
99 int llc_sap_ev_rx_test_r(struct llc_sap *sap, struct sk_buff *skb)
109 int llc_sap_ev_deactivation_req(struct llc_sap *sap, struct sk_buff *sk
[all...]
H A Dllc_c_ac.c31 static int llc_conn_ac_inc_vs_by_1(struct sock *sk, struct sk_buff *skb);
32 static void llc_process_tmr_ev(struct sock *sk, struct sk_buff *skb);
33 static int llc_conn_ac_data_confirm(struct sock *sk, struct sk_buff *ev);
35 static int llc_conn_ac_inc_npta_value(struct sock *sk, struct sk_buff *skb);
38 struct sk_buff *skb);
40 static int llc_conn_ac_set_p_flag_1(struct sock *sk, struct sk_buff *skb);
44 int llc_conn_ac_clear_remote_busy(struct sock *sk, struct sk_buff *skb)
60 int llc_conn_ac_conn_ind(struct sock *sk, struct sk_buff *skb)
68 int llc_conn_ac_conn_confirm(struct sock *sk, struct sk_buff *skb)
76 static int llc_conn_ac_data_confirm(struct sock *sk, struct sk_buff *sk
[all...]
H A Dllc_station.c84 llc_station_ev(struct sk_buff *skb)
89 typedef int (*llc_station_ev_t)(struct sk_buff *skb);
97 typedef int (*llc_station_action_t)(struct sk_buff *skb);
113 static int llc_stat_ev_enable_with_dup_addr_check(struct sk_buff *skb)
122 static int llc_stat_ev_enable_without_dup_addr_check(struct sk_buff *skb)
131 static int llc_stat_ev_ack_tmr_exp_lt_retry_cnt_max_retry(struct sk_buff *skb)
140 static int llc_stat_ev_ack_tmr_exp_eq_retry_cnt_max_retry(struct sk_buff *skb)
149 static int llc_stat_ev_rx_null_dsap_xid_c(struct sk_buff *skb)
161 static int llc_stat_ev_rx_null_dsap_0_xid_r_xid_r_cnt_eq(struct sk_buff *skb)
174 static int llc_stat_ev_rx_null_dsap_1_xid_r_xid_r_cnt_eq(struct sk_buff *sk
[all...]
H A Dllc_c_ev.c74 struct sk_buff *skb;
95 int llc_conn_ev_conn_req(struct sock *sk, struct sk_buff *skb)
103 int llc_conn_ev_data_req(struct sock *sk, struct sk_buff *skb)
111 int llc_conn_ev_disc_req(struct sock *sk, struct sk_buff *skb)
119 int llc_conn_ev_rst_req(struct sock *sk, struct sk_buff *skb)
127 int llc_conn_ev_local_busy_detected(struct sock *sk, struct sk_buff *skb)
135 int llc_conn_ev_local_busy_cleared(struct sock *sk, struct sk_buff *skb)
143 int llc_conn_ev_rx_bad_pdu(struct sock *sk, struct sk_buff *skb)
148 int llc_conn_ev_rx_disc_cmd_pbit_set_x(struct sock *sk, struct sk_buff *skb)
156 int llc_conn_ev_rx_dm_rsp_fbit_set_x(struct sock *sk, struct sk_buff *sk
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirmod.h72 int (*data_indication)(void *priv, void *sap, struct sk_buff *skb);
73 int (*udata_indication)(void *priv, void *sap, struct sk_buff *skb);
76 __u8 max_header_size, struct sk_buff *skb);
79 __u8 max_header_size, struct sk_buff *skb);
81 LM_REASON reason, struct sk_buff *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/8021q/
H A Dvlan.h52 int vlan_dev_rebuild_header(struct sk_buff *skb);
53 int vlan_skb_recv(struct sk_buff *skb, struct net_device *dev,
55 int vlan_dev_hard_header(struct sk_buff *skb, struct net_device *dev,
58 int vlan_dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev);
59 int vlan_dev_hwaccel_hard_start_xmit(struct sk_buff *skb, struct net_device *dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet_irda.h104 struct sk_buff *);
113 struct sk_buff *);
118 struct sk_buff *);
125 struct sk_buff *);
140 struct sk_buff *);
H A Dirnet_ppp.h85 static inline struct sk_buff *
87 struct sk_buff *);
90 struct sk_buff *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dlink.h153 struct sk_buff *first_out;
154 struct sk_buff *last_out;
162 struct sk_buff *oldest_deferred_in;
163 struct sk_buff *newest_deferred_in;
167 struct sk_buff *proto_msg_queue;
170 struct sk_buff *next_out;
175 struct sk_buff *defragm_buf;
231 struct sk_buff *tipc_link_cmd_config(const void *req_tlv_area, int req_tlv_space, u16 cmd);
232 struct sk_buff *tipc_link_cmd_show_stats(const void *req_tlv_area, int req_tlv_space);
233 struct sk_buff *tipc_link_cmd_reset_stat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_ppp.h22 extern int isdn_ppp_autodial_filter(struct sk_buff *, isdn_net_local *);
23 extern int isdn_ppp_xmit(struct sk_buff *, struct net_device *);
24 extern void isdn_ppp_receive(isdn_net_dev *, isdn_net_local *, struct sk_buff *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_uart.h51 int (*enqueue)(struct hci_uart *hu, struct sk_buff *skb);
52 struct sk_buff *(*dequeue)(struct hci_uart *hu);
63 struct sk_buff *tx_skb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/tipc/
H A Dtipc_port.h83 u32 (*dispatcher)(struct tipc_port *, struct sk_buff *),
94 int tipc_reject_msg(struct sk_buff *buf, u32 err);
96 int tipc_send_buf_fast(struct sk_buff *buf, u32 destnode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetfilter_ipv4.h82 extern int ip_route_me_harder(struct sk_buff **pskb, unsigned addr_type);
83 extern int ip_xfrm_me_harder(struct sk_buff **pskb);
84 extern __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irlan/
H A Dirlan_client_event.c40 struct sk_buff *skb);
42 struct sk_buff *skb);
44 struct sk_buff *skb);
46 struct sk_buff *skb);
48 struct sk_buff *skb);
50 struct sk_buff *skb);
52 struct sk_buff *skb);
54 struct sk_buff *skb);
56 struct sk_buff *skb);
58 struct sk_buff *sk
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_layer.h42 struct sk_buff;
50 struct sk_buff *),

Completed in 380 milliseconds

1234567891011>>