Lines Matching refs:sk_buff
17 int ethnl_fill_reply_header(struct sk_buff *skb, struct net_device *dev,
19 struct sk_buff *ethnl_reply_init(size_t payload, struct net_device *dev, u8 cmd,
22 void *ethnl_dump_put(struct sk_buff *skb, struct netlink_callback *cb, u8 cmd);
23 void *ethnl_bcastmsg_put(struct sk_buff *skb, u8 cmd);
24 int ethnl_multicast(struct sk_buff *skb, struct net_device *dev);
47 static inline int ethnl_put_strz(struct sk_buff *skb, u16 attrtype, in ethnl_put_strz()
328 int (*fill_reply)(struct sk_buff *skb,
382 int ethnl_set_linkinfo(struct sk_buff *skb, struct genl_info *info);
383 int ethnl_set_linkmodes(struct sk_buff *skb, struct genl_info *info);
384 int ethnl_set_debug(struct sk_buff *skb, struct genl_info *info);
385 int ethnl_set_wol(struct sk_buff *skb, struct genl_info *info);
386 int ethnl_set_features(struct sk_buff *skb, struct genl_info *info);
387 int ethnl_set_privflags(struct sk_buff *skb, struct genl_info *info);
388 int ethnl_set_rings(struct sk_buff *skb, struct genl_info *info);
389 int ethnl_set_channels(struct sk_buff *skb, struct genl_info *info);
390 int ethnl_set_coalesce(struct sk_buff *skb, struct genl_info *info);
391 int ethnl_set_pause(struct sk_buff *skb, struct genl_info *info);
392 int ethnl_set_eee(struct sk_buff *skb, struct genl_info *info);
393 int ethnl_act_cable_test(struct sk_buff *skb, struct genl_info *info);
394 int ethnl_act_cable_test_tdr(struct sk_buff *skb, struct genl_info *info);
395 int ethnl_tunnel_info_doit(struct sk_buff *skb, struct genl_info *info);
397 int ethnl_tunnel_info_dumpit(struct sk_buff *skb, struct netlink_callback *cb);