The Linux Kernel API
Prev
Next
skb_over_panic
Name
skb_over_panic -- private function
Synopsis
void skb_over_panic
(struct sk_buff * skb, int sz, void * here);
Arguments
skb
buffer
sz
size
here
address
Description
Out of line support code for
skb_put
. Not user callable.
Prev
Home
Next
skb_cow
Up
skb_under_panic