Searched refs:sk_buff (Results 76 - 100 of 1357) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/lmc/
H A Dlmc_proto.h11 unsigned short lmc_proto_type(lmc_softc_t *sc, struct sk_buff *skb);
12 void lmc_proto_netif(lmc_softc_t *sc, struct sk_buff *skb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinet6_connection_sock.h21 struct sk_buff;
41 extern int inet6_csk_xmit(struct sk_buff *skb, int ipfragok);
H A Dtcp.h274 extern void tcp_v4_err(struct sk_buff *skb, u32);
278 extern int tcp_v4_rcv(struct sk_buff *skb);
293 struct sk_buff *skb,
298 struct sk_buff *skb,
343 struct sk_buff *skb,
346 extern struct sock * tcp_check_req(struct sock *sk,struct sk_buff *skb,
351 struct sk_buff *skb);
381 extern void tcp_parse_options(struct sk_buff *skb,
390 struct sk_buff *skb);
393 struct sk_buff *sk
[all...]
H A Dnetlink.h218 int (*cb)(struct sk_buff *,
220 extern int nlmsg_notify(struct sock *sk, struct sk_buff *skb,
236 extern struct nlattr * __nla_reserve(struct sk_buff *skb, int attrtype,
238 extern void * __nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
239 extern struct nlattr * nla_reserve(struct sk_buff *skb, int attrtype,
241 extern void * nla_reserve_nohdr(struct sk_buff *skb, int attrlen);
242 extern void __nla_put(struct sk_buff *skb, int attrtype,
244 extern void __nla_put_nohdr(struct sk_buff *skb, int attrlen,
246 extern int nla_put(struct sk_buff *skb, int attrtype,
248 extern int nla_put_nohdr(struct sk_buff *sk
[all...]
H A Desp.h37 struct sk_buff *skb,
43 extern void *pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len);
45 static inline int esp_mac_digest(struct esp_data *esp, struct sk_buff *skb,
H A Dp8022.h5 int (*func)(struct sk_buff *skb,
H A Dx25device.h8 static inline __be16 x25_type_trans(struct sk_buff *skb, struct net_device *dev)
H A Dllc_pdu.h204 static inline struct llc_pdu_sn *llc_pdu_sn_hdr(struct sk_buff *skb)
216 static inline struct llc_pdu_un *llc_pdu_un_hdr(struct sk_buff *skb)
231 static inline void llc_pdu_header_init(struct sk_buff *skb, u8 type,
252 static inline void llc_pdu_decode_sa(struct sk_buff *skb, u8 *sa)
269 static inline void llc_pdu_decode_da(struct sk_buff *skb, u8 *da)
285 static inline void llc_pdu_decode_ssap(struct sk_buff *skb, u8 *ssap)
298 static inline void llc_pdu_decode_dsap(struct sk_buff *skb, u8 *dsap)
309 static inline void llc_pdu_init_as_ui_cmd(struct sk_buff *skb)
323 static inline void llc_pdu_init_as_test_cmd(struct sk_buff *skb)
339 static inline void llc_pdu_init_as_test_rsp(struct sk_buff *sk
[all...]
H A Dndisc.h52 struct sk_buff;
83 extern int ndisc_rcv(struct sk_buff *skb);
98 extern void ndisc_send_redirect(struct sk_buff *skb,
114 extern int igmp6_event_query(struct sk_buff *skb);
116 extern int igmp6_event_report(struct sk_buff *skb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirlap_frame.h143 void irlap_queue_xmit(struct irlap_cb *self, struct sk_buff *skb);
149 struct sk_buff *cmd);
156 void irlap_send_data_primary(struct irlap_cb *, struct sk_buff *);
157 void irlap_send_data_primary_poll(struct irlap_cb *, struct sk_buff *);
158 void irlap_send_data_secondary(struct irlap_cb *, struct sk_buff *);
159 void irlap_send_data_secondary_final(struct irlap_cb *, struct sk_buff *);
163 void irlap_send_ui_frame(struct irlap_cb *self, struct sk_buff *skb,
167 struct sk_buff *skb);
H A Dircomm_tty_attach.h73 struct sk_buff *skb, struct ircomm_tty_info *info);
82 struct sk_buff *skb);
85 struct sk_buff *skb);
90 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_helper.h32 int (*help)(struct sk_buff **pskb,
39 int (*to_nfattr)(struct sk_buff *skb, const struct nf_conn *ct);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dnf_conntrack_sip.h24 extern unsigned int (*nf_nat_sip_hook)(struct sk_buff **pskb,
28 extern unsigned int (*nf_nat_sdp_hook)(struct sk_buff **pskb,
H A Dnf_conntrack_ftp.h35 extern unsigned int (*nf_nat_ftp_hook)(struct sk_buff **pskb,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dppp_channel.h31 int (*start_xmit)(struct ppp_channel *, struct sk_buff *);
53 extern void ppp_input(struct ppp_channel *, struct sk_buff *);
H A Dlapb.h31 int (*data_indication)(struct net_device *dev, struct sk_buff *skb);
32 void (*data_transmit)(struct net_device *dev, struct sk_buff *skb);
53 extern int lapb_data_request(struct net_device *dev, struct sk_buff *skb);
54 extern int lapb_data_received(struct net_device *dev, struct sk_buff *skb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_blackhole.c21 static int blackhole_enqueue(struct sk_buff *skb, struct Qdisc *sch)
27 static struct sk_buff *blackhole_dequeue(struct Qdisc *sch)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/tipc/
H A Dtipc.h73 struct sk_buff **buf,
81 struct sk_buff **buf,
89 struct sk_buff **buf,
96 struct sk_buff **buf,
104 struct sk_buff **buf,
113 struct sk_buff **buf,
174 struct sk_buff *buf,
186 struct sk_buff *buf,
200 struct sk_buff *buf,
212 struct sk_buff *bu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/llc/
H A Dllc_s_ac.c37 int llc_sap_action_unitdata_ind(struct llc_sap *sap, struct sk_buff *skb)
52 int llc_sap_action_send_ui(struct llc_sap *sap, struct sk_buff *skb)
75 int llc_sap_action_send_xid_c(struct llc_sap *sap, struct sk_buff *skb)
97 int llc_sap_action_send_xid_r(struct llc_sap *sap, struct sk_buff *skb)
101 struct sk_buff *nskb;
128 int llc_sap_action_send_test_c(struct llc_sap *sap, struct sk_buff *skb)
142 int llc_sap_action_send_test_r(struct llc_sap *sap, struct sk_buff *skb)
145 struct sk_buff *nskb;
172 int llc_sap_action_report_status(struct llc_sap *sap, struct sk_buff *skb)
185 int llc_sap_action_xid_ind(struct llc_sap *sap, struct sk_buff *sk
[all...]
H A Dllc_pdu.c18 static void llc_pdu_decode_pdu_type(struct sk_buff *skb, u8 *type);
21 void llc_pdu_set_cmd_rsp(struct sk_buff *skb, u8 pdu_type)
35 void llc_pdu_set_pf_bit(struct sk_buff *skb, u8 bit_value)
63 void llc_pdu_decode_pf_bit(struct sk_buff *skb, u8 *pf_bit)
89 void llc_pdu_init_as_disc_cmd(struct sk_buff *skb, u8 p_bit)
107 void llc_pdu_init_as_i_cmd(struct sk_buff *skb, u8 p_bit, u8 ns, u8 nr)
126 void llc_pdu_init_as_rej_cmd(struct sk_buff *skb, u8 p_bit, u8 nr)
146 void llc_pdu_init_as_rnr_cmd(struct sk_buff *skb, u8 p_bit, u8 nr)
166 void llc_pdu_init_as_rr_cmd(struct sk_buff *skb, u8 p_bit, u8 nr)
184 void llc_pdu_init_as_sabme_cmd(struct sk_buff *sk
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_ttp.c43 struct sk_buff *skb);
48 struct sk_buff *skb);
53 struct sk_buff *skb);
58 struct sk_buff *skb);
60 struct sk_buff *skb,
63 struct sk_buff *userdata,
66 struct sk_buff *userdata);
68 struct sk_buff *userdata,
119 struct sk_buff *userdata,
144 struct sk_buff *userdat
[all...]
H A Dircomm_event.c44 struct sk_buff *skb, struct ircomm_info *info);
46 struct sk_buff *skb, struct ircomm_info *info);
48 struct sk_buff *skb, struct ircomm_info *info);
50 struct sk_buff *skb, struct ircomm_info *info);
81 struct sk_buff *skb, struct ircomm_info *info) =
96 struct sk_buff *skb, struct ircomm_info *info)
125 struct sk_buff *skb, struct ircomm_info *info)
155 struct sk_buff *skb, struct ircomm_info *info)
188 struct sk_buff *skb, struct ircomm_info *info)
230 struct sk_buff *sk
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Ddiscover.h51 void tipc_disc_recv_msg(struct sk_buff *buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/include/
H A Dnetlabel.h49 int selinux_netlbl_skbuff_getsid(struct sk_buff *skb, u32 base_sid, u32 *sid);
55 struct sk_buff *skb,
85 static inline int selinux_netlbl_skbuff_getsid(struct sk_buff *skb,
108 struct sk_buff *skb,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irlan/
H A Dirlan_provider_event.c34 struct sk_buff *skb);
36 struct sk_buff *skb);
38 struct sk_buff *skb);
40 struct sk_buff *skb);
43 struct sk_buff *skb) =
59 struct sk_buff *skb)
73 struct sk_buff *skb)
100 struct sk_buff *skb)
166 struct sk_buff *skb)
205 struct sk_buff *sk
[all...]

Completed in 217 milliseconds

1234567891011>>