Searched defs:skb (Results 1 – 3 of 3) sorted by relevance
/lib/ |
D | nlattr.c | 343 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __nla_reserve() 367 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen) in __nla_reserve_nohdr() 390 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in nla_reserve() 409 void *nla_reserve_nohdr(struct sk_buff *skb, int attrlen) in nla_reserve_nohdr() 428 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put() 447 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) in __nla_put_nohdr() 466 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) in nla_put() 485 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) in nla_put_nohdr() 504 int nla_append(struct sk_buff *skb, int attrlen, const void *data) in nla_append()
|
D | kobject_uevent.c | 90 static int kobj_bcast_filter(struct sock *dsk, struct sk_buff *skb, void *data) in kobj_bcast_filter() 293 struct sk_buff *skb; in kobject_uevent_env() local
|
D | test_bpf.c | 5194 struct sk_buff *skb; in populate_skb() local 5223 struct sk_buff *skb; in generate_test_data() local
|