struct genl_multicast_group - generic netlink multicast group 13 * @name: name of the multicast group, names are per-family 14 */ 15 struct genl_multicast_group { 16 char name[GENL_NAMSIZ]; 17 }; 18 19 struct genl_ops; 20 struct genl_info; 21 22 /** 23 * struct genl_family -...
const struct genl_info *info) { unsigned long irq_suspend_timeout; unsigned long gro_flush_timeout; u32 napi_defer_hard_irqs; void *hdr; @@ -196,6 +197,11 @@ netdev_nl_napi_fill_one(struct sk_buff *rsp, struct napi_struct *napi, ...
@@ -6202,7 +6199,7 @@ static int nl80211_set_beacon(struct sk_buff *skb, struct genl_info *info) unsigned int link_id = nl80211_link_id(info->attrs); struct net_device *dev = info->user_ptr[1]; struct wireless_dev *wdev = dev->ieee80211_ptr; ...
/* rtnetlink socket */ struct sock *genl_sock; struct uevent_sock *uevent_sock; /* uevent socket */ // 每个命名空间所包含网络设备名组成的哈希散列表,此项为散列表表头,用以根据设备名称快速查找设备 struct hlist_head *dev_name_head; // 此项与dev_name_head相似,用以根据设备索引快速查找设备 ...
genl_magic_struct.h getcpu.h gfp.h glob.h gnss.h goldfish.h gpio-pxa.h gpio.h gpio_keys.h greybus.h hardirq.h hash.h hashtable.h hdlc.h hdlcdrv.h hdmi.h hid-debug.h hid-roccat.h hid-sensor-hub.h hid-sensor-ids.h hid.h hidden.h hiddev.h hidraw.h h...
Development version of the Upstream MultiPath TCP Linux kernel 🐧 - mptcp_net-next/include/linux/genl_magic_struct.h at ab6b84630382914ffcbab59f4913c9a60971d034 · multipath-tcp/mptcp_net-next