1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
@@ struct netlink_notify *notify; @@ -notify->portid +netlink_notify_portid(notify) @@ struct genl_info *info; @@ -info->snd_portid +genl_info_snd_portid(info) @@ expression skb; @@ -NETLINK_CB(skb).portid +NETLINK_CB_PORTID(skb)