summaryrefslogtreecommitdiff
path: root/patches/0001-netlink-portid.cocci
blob: 5fc504ef8aacf4bf8fbe005930a2b56ea39304b9 (plain)
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)