OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pskb_trim
(Results
1 - 1
of
1
) sorted by null
/external/kernel-headers/original/linux/
skbuff.h
1037
static inline int
pskb_trim
(struct sk_buff *skb, unsigned int len)
function
1047
* This is identical to
pskb_trim
except that the caller knows that
1053
int err =
pskb_trim
(skb, len);
[
all
...]
Completed in 25 milliseconds