Searched refs:sk_buff (Results 151 - 175 of 1357) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddn_nsp.h25 extern void dn_nsp_return_disc(struct sk_buff *skb, unsigned char type,
31 extern int dn_nsp_check_xmit_queue(struct sock *sk, struct sk_buff *skb, struct sk_buff_head *q, unsigned short acknum);
32 extern void dn_nsp_queue_xmit(struct sock *sk, struct sk_buff *skb, gfp_t gfp, int oob);
36 extern int dn_nsp_rx(struct sk_buff *);
37 extern int dn_nsp_backlog_rcv(struct sock *sk, struct sk_buff *skb);
39 extern struct sk_buff *dn_alloc_skb(struct sock *sk, int size, gfp_t pri);
40 extern struct sk_buff *dn_alloc_send_skb(struct sock *sk, size_t *size, int noblock, long timeo, int *err);
H A Dxfrm.h232 void (*decode_session)(struct sk_buff *skb,
254 int (*output)(struct sk_buff *skb);
274 int (*input)(struct xfrm_state *, struct sk_buff *skb);
275 int (*output)(struct xfrm_state *, struct sk_buff *pskb);
276 int (*reject)(struct xfrm_state *, struct sk_buff *, struct flowi *);
277 int (*hdr_offset)(struct xfrm_state *, struct sk_buff *, u8 **);
290 int (*input)(struct xfrm_state *x, struct sk_buff *skb);
291 int (*output)(struct xfrm_state *x,struct sk_buff *skb);
638 secpath_reset(struct sk_buff *skb)
686 extern int __xfrm_policy_check(struct sock *, int dir, struct sk_buff *sk
[all...]
H A Dcipso_ipv4.h185 int cipso_v4_cache_add(const struct sk_buff *skb,
193 static inline int cipso_v4_cache_add(const struct sk_buff *skb,
205 void cipso_v4_error(struct sk_buff *skb, int error, u32 gateway);
210 int cipso_v4_skbuff_getattr(const struct sk_buff *skb,
214 static inline void cipso_v4_error(struct sk_buff *skb,
234 static inline int cipso_v4_skbuff_getattr(const struct sk_buff *skb,
H A Dnetlabel.h339 int netlbl_skbuff_getattr(const struct sk_buff *skb,
341 void netlbl_skbuff_err(struct sk_buff *skb, int error);
355 static inline int netlbl_skbuff_getattr(const struct sk_buff *skb,
361 static inline void netlbl_skbuff_err(struct sk_buff *skb, int error)
373 int netlbl_cache_add(const struct sk_buff *skb,
381 static inline int netlbl_cache_add(const struct sk_buff *skb,
H A Dudp.h68 struct sk_buff;
73 static inline __sum16 __udp_lib_checksum_complete(struct sk_buff *skb)
78 static inline int udp_lib_checksum_complete(struct sk_buff *skb)
87 * @skb: sk_buff containing the filled-in UDP header
90 static inline __wsum udp_csum_outgoing(struct sock *sk, struct sk_buff *skb)
125 extern void udp_err(struct sk_buff *, u32);
130 extern int udp_rcv(struct sk_buff *skb);
H A Dudplite.h23 int len, int odd, struct sk_buff *skb)
38 static inline int udplite_checksum_init(struct sk_buff *skb, struct udphdr *uh)
102 static inline __wsum udplite_csum_outgoing(struct sock *sk, struct sk_buff *skb)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirlap.h225 void irlap_connect_response(struct irlap_cb *self, struct sk_buff *skb);
226 void irlap_connect_indication(struct irlap_cb *self, struct sk_buff *skb);
227 void irlap_connect_confirm(struct irlap_cb *, struct sk_buff *skb);
229 void irlap_data_indication(struct irlap_cb *, struct sk_buff *, int unreliable);
230 void irlap_data_request(struct irlap_cb *, struct sk_buff *, int unreliable);
233 void irlap_unitdata_request(struct irlap_cb *, struct sk_buff *);
234 void irlap_unitdata_indication(struct irlap_cb *, struct sk_buff *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_input.c27 static void br_pass_frame_up(struct net_bridge *br, struct sk_buff *skb)
45 int br_handle_frame_finish(struct sk_buff *skb)
64 struct sk_buff *skb2;
87 struct sk_buff *skb2;
126 static int br_handle_local_finish(struct sk_buff *skb)
153 struct sk_buff *br_handle_frame(struct net_bridge_port *p, struct sk_buff *skb)
H A Dbr_netfilter.c68 static inline __be16 vlan_proto(const struct sk_buff *skb)
88 static inline __be16 pppoe_proto(const struct sk_buff *skb)
136 static inline struct nf_bridge_info *nf_bridge_alloc(struct sk_buff *skb)
145 static inline void nf_bridge_push_encap_header(struct sk_buff *skb)
153 static inline void nf_bridge_pull_encap_header(struct sk_buff *skb)
161 static inline void nf_bridge_pull_encap_header_rcsum(struct sk_buff *skb)
169 static inline void nf_bridge_save_header(struct sk_buff *skb)
181 int nf_bridge_copy_header(struct sk_buff *skb)
199 static int br_nf_pre_routing_finish_ipv6(struct sk_buff *skb)
279 static int br_nf_pre_routing_finish_bridge(struct sk_buff *sk
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_output.c21 static int xfrm4_tunnel_check_size(struct sk_buff *skb)
44 static int xfrm4_output_one(struct sk_buff *skb)
101 static int xfrm4_output_finish2(struct sk_buff *skb)
125 static int xfrm4_output_finish(struct sk_buff *skb)
127 struct sk_buff *segs;
146 struct sk_buff *nskb = segs->next;
167 int xfrm4_output(struct sk_buff *skb)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/llc/
H A Dllc_sap.c28 * llc_alloc_frame - allocates sk_buff for frame
31 * Allocates an sk_buff for frame and initializes sk_buff fields.
34 struct sk_buff *llc_alloc_frame(struct sock *sk, struct net_device *dev)
36 struct sk_buff *skb = alloc_skb(128, GFP_ATOMIC);
51 void llc_save_primitive(struct sock *sk, struct sk_buff* skb, u8 prim)
73 void llc_sap_rtn_pdu(struct llc_sap *sap, struct sk_buff *skb)
99 struct sk_buff* skb)
128 struct sk_buff *skb)
148 static int llc_sap_next_state(struct llc_sap *sap, struct sk_buff *sk
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirlap_frame.c46 static void irlap_send_i_frame(struct irlap_cb *self, struct sk_buff *skb,
57 struct sk_buff *skb)
92 void irlap_queue_xmit(struct irlap_cb *self, struct sk_buff *skb)
114 struct sk_buff *tx_skb;
164 static void irlap_recv_snrm_cmd(struct irlap_cb *self, struct sk_buff *skb,
207 struct sk_buff *tx_skb;
253 struct sk_buff *tx_skb = NULL;
283 struct sk_buff *tx_skb = NULL;
312 struct sk_buff *tx_skb = NULL;
402 struct sk_buff *sk
[all...]
H A Dirlmp_event.c82 struct sk_buff *);
84 struct sk_buff *);
86 struct sk_buff *);
90 struct sk_buff *);
92 struct sk_buff *);
94 struct sk_buff *);
96 struct sk_buff *);
98 struct sk_buff *);
100 struct sk_buff *);
102 static void (*lap_state[]) (struct lap_cb *, IRLMP_EVENT, struct sk_buff *)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dskbuff.c2 * Routines having to do with the 'struct sk_buff' memory handlers.
91 void skb_over_panic(struct sk_buff *skb, int sz, void *here)
110 void skb_under_panic(struct sk_buff *skb, int sz, void *here)
120 void skb_truesize_bug(struct sk_buff *skb)
123 "len=%u, sizeof(sk_buff)=%Zd\n",
124 skb->truesize, skb->len, sizeof(struct sk_buff));
142 * Allocate a new &sk_buff. The returned buffer has no headroom and a
149 struct sk_buff *__alloc_skb(unsigned int size, gfp_t gfp_mask,
154 struct sk_buff *skb;
170 memset(skb, 0, offsetof(struct sk_buff, tai
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetdevice.h176 struct sk_buff;
218 int (*hh_output)(struct sk_buff *skb);
442 struct sk_buff *gso_skb;
458 int (*hard_start_xmit) (struct sk_buff *skb,
496 int (*hard_header) (struct sk_buff *skb,
502 int (*rebuild_header)(struct sk_buff *skb);
533 int (*hard_header_parse)(struct sk_buff *skb,
552 struct sk_buff *gro_list;
568 int (*master_hook)(struct sk_buff *skb, struct net_device *dev,
615 int (*func) (struct sk_buff *,
[all...]
H A Disdn_ppp.h135 int (*compress) (void *state, struct sk_buff *in,
136 struct sk_buff *skb_out, int proto);
138 int (*decompress) (void *state,struct sk_buff *in,
139 struct sk_buff *skb_out,
142 void (*incomp) (void *state, struct sk_buff *in,int proto);
160 struct sk_buff * frags; /* fragments sl list -- use skb->next */
H A Ddccp.h253 static inline struct dccp_hdr *dccp_hdr(const struct sk_buff *skb)
258 static inline struct dccp_hdr *dccp_zeroed_hdr(struct sk_buff *skb, int headlen)
265 static inline struct dccp_hdr_ext *dccp_hdrx(const struct sk_buff *skb)
276 static inline unsigned int dccp_basic_hdr_len(const struct sk_buff *skb)
282 static inline __u64 dccp_hdr_seq(const struct sk_buff *skb)
295 static inline struct dccp_hdr_request *dccp_hdr_request(struct sk_buff *skb)
301 static inline struct dccp_hdr_ack_bits *dccp_hdr_ack_bits(const struct sk_buff *skb)
307 static inline u64 dccp_hdr_ack_seq(const struct sk_buff *skb)
313 static inline struct dccp_hdr_response *dccp_hdr_response(struct sk_buff *skb)
319 static inline struct dccp_hdr_reset *dccp_hdr_reset(struct sk_buff *sk
[all...]
H A Dif_bridge.h117 extern struct sk_buff *(*br_handle_frame_hook)(struct net_bridge_port *p,
118 struct sk_buff *skb);
119 extern int (*br_should_route_hook)(struct sk_buff **pskb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/pcbit/
H A Dcapi.c54 int capi_conn_req(const char * calledPN, struct sk_buff **skb, int proto)
134 int capi_conn_resp(struct pcbit_chan* chan, struct sk_buff **skb)
151 int capi_conn_active_req(struct pcbit_chan* chan, struct sk_buff **skb)
179 int capi_conn_active_resp(struct pcbit_chan* chan, struct sk_buff **skb)
197 int capi_select_proto_req(struct pcbit_chan *chan, struct sk_buff **skb,
263 int capi_activate_transp_req(struct pcbit_chan *chan, struct sk_buff **skb)
285 int capi_tdata_req(struct pcbit_chan* chan, struct sk_buff *skb)
321 int capi_tdata_resp(struct pcbit_chan *chan, struct sk_buff ** skb)
338 int capi_disc_req(ushort callref, struct sk_buff **skb, u_char cause)
362 int capi_disc_resp(struct pcbit_chan *chan, struct sk_buff **sk
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/bluetooth/
H A Dbluetooth.h137 static inline struct sk_buff *bt_skb_alloc(unsigned int len, gfp_t how)
139 struct sk_buff *skb;
148 static inline struct sk_buff *bt_skb_send_alloc(struct sock *sk, unsigned long len,
151 struct sk_buff *skb;
161 static inline int skb_frags_no(struct sk_buff *skb)
163 register struct sk_buff *frag = skb_shinfo(skb)->frag_list;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/x25/
H A Dx25_dev.c27 static int x25_receive_data(struct sk_buff *skb, struct x25_neigh *nb)
92 int x25_lapb_receive_frame(struct sk_buff *skb, struct net_device *dev,
95 struct sk_buff *nskb;
137 struct sk_buff *skb;
166 struct sk_buff *skb;
190 void x25_send_frame(struct sk_buff *skb, struct x25_neigh *nb)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dslip_kern.c44 static unsigned short slip_protocol(struct sk_buff *skbuff)
49 static int slip_read(int fd, struct sk_buff **skb,
56 static int slip_write(int fd, struct sk_buff **skb,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/drivers/
H A Dethertap_kern.c40 static int etap_read(int fd, struct sk_buff **skb, struct uml_net_private *lp)
54 static int etap_write(int fd, struct sk_buff **skb, struct uml_net_private *lp)
57 struct sk_buff *skb2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dulpevent.h70 static inline struct sk_buff *sctp_event2skb(struct sctp_ulpevent *ev)
72 return container_of((void *)ev, struct sk_buff, cb);
76 static inline struct sctp_ulpevent *sctp_skb2event(struct sk_buff *skb)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Draw.c24 static void atm_push_raw(struct atm_vcc *vcc,struct sk_buff *skb)
35 static void atm_pop_raw(struct atm_vcc *vcc,struct sk_buff *skb)
47 static int atm_send_aal0(struct atm_vcc *vcc,struct sk_buff *skb)

Completed in 290 milliseconds

1234567891011>>