diff options
| author | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
| commit | ea4d65f14f6aaa53e379b93c5544245ef081b3e7 (patch) | |
| tree | a15485f4f1cf547a52b31fa8e16e14b9579b7200 /include/net/netevent.h | |
| parent | ce32d59ee2cd036f6e8a6ed17a06a0b0bec5c67c (diff) | |
| parent | 496f3347d834aec91c38b45d6249ed00f58ad233 (diff) | |
Merge branch 'perm-fix' into omap-for-v4.19/fixes-v2
Diffstat (limited to 'include/net/netevent.h')
| -rw-r--r-- | include/net/netevent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netevent.h b/include/net/netevent.h index d9918261701c..4107016c3bb4 100644 --- a/include/net/netevent.h +++ b/include/net/netevent.h | |||
| @@ -28,6 +28,7 @@ enum netevent_notif_type { | |||
| 28 | NETEVENT_DELAY_PROBE_TIME_UPDATE, /* arg is struct neigh_parms ptr */ | 28 | NETEVENT_DELAY_PROBE_TIME_UPDATE, /* arg is struct neigh_parms ptr */ |
| 29 | NETEVENT_IPV4_MPATH_HASH_UPDATE, /* arg is struct net ptr */ | 29 | NETEVENT_IPV4_MPATH_HASH_UPDATE, /* arg is struct net ptr */ |
| 30 | NETEVENT_IPV6_MPATH_HASH_UPDATE, /* arg is struct net ptr */ | 30 | NETEVENT_IPV6_MPATH_HASH_UPDATE, /* arg is struct net ptr */ |
| 31 | NETEVENT_IPV4_FWD_UPDATE_PRIORITY_UPDATE, /* arg is struct net ptr */ | ||
| 31 | }; | 32 | }; |
| 32 | 33 | ||
| 33 | int register_netevent_notifier(struct notifier_block *nb); | 34 | int register_netevent_notifier(struct notifier_block *nb); |
