Searched refs:changes (Results 1 – 11 of 11) sorted by relevance
/net/bluetooth/rfcomm/ |
D | tty.c | 863 u16 changes = 0; in rfcomm_tty_set_termios() local 879 changes |= RFCOMM_RPN_PM_PARITY; in rfcomm_tty_set_termios() 901 changes |= RFCOMM_RPN_PM_XON; in rfcomm_tty_set_termios() 910 changes |= RFCOMM_RPN_PM_XOFF; in rfcomm_tty_set_termios() 918 changes |= RFCOMM_RPN_PM_STOP; in rfcomm_tty_set_termios() 930 changes |= RFCOMM_RPN_PM_DATA; in rfcomm_tty_set_termios() 952 changes |= RFCOMM_RPN_PM_BITRATE; in rfcomm_tty_set_termios() 989 if (changes) in rfcomm_tty_set_termios() 992 RFCOMM_RPN_FLOW_NONE, x_on, x_off, changes); in rfcomm_tty_set_termios()
|
/net/mac80211/ |
D | trace.h | 1837 u32 changes), 1839 TP_ARGS(local, sdata, conf, changes), 1845 __field(u32, changes) 1853 __entry->changes = changes; 1860 __entry->bands, __entry->changes
|
D | driver-ops.h | 1314 u32 changes) in drv_nan_change_conf() argument 1324 trace_drv_nan_change_conf(local, sdata, conf, changes); in drv_nan_change_conf() 1326 changes); in drv_nan_change_conf()
|
D | cfg.c | 237 u32 changes) in ieee80211_nan_change_conf() argument 251 if (changes & CFG80211_NAN_CONF_CHANGED_PREF) in ieee80211_nan_change_conf() 254 if (changes & CFG80211_NAN_CONF_CHANGED_BANDS) in ieee80211_nan_change_conf() 257 ret = drv_nan_change_conf(sdata->local, sdata, &new_conf, changes); in ieee80211_nan_change_conf()
|
/net/batman-adv/ |
D | Kconfig | 28 changes include splitting of the OGM protocol into a neighbor
|
/net/wireless/ |
D | rdev-ops.h | 1015 struct cfg80211_nan_conf *conf, u32 changes) in rdev_nan_change_conf() argument 1019 trace_rdev_nan_change_conf(&rdev->wiphy, wdev, conf, changes); in rdev_nan_change_conf() 1022 changes); in rdev_nan_change_conf()
|
D | trace.h | 2061 struct cfg80211_nan_conf *conf, u32 changes), 2062 TP_ARGS(wiphy, wdev, conf, changes), 2068 __field(u32, changes); 2075 __entry->changes = changes; 2080 __entry->bands, __entry->changes)
|
/net/ |
D | Kconfig | 18 should consider updating your networking tools too because changes 135 firewalls often require changes to the programs running on the local
|
/net/core/ |
D | dev.c | 7970 unsigned int changes = dev->flags ^ old_flags; in __dev_notify_flags() local 7975 if (changes & IFF_UP) { in __dev_notify_flags() 7983 (changes & ~(IFF_UP | IFF_PROMISC | IFF_ALLMULTI | IFF_VOLATILE))) { in __dev_notify_flags() 7988 .flags_changed = changes, in __dev_notify_flags() 8008 unsigned int changes, old_flags = dev->flags, old_gflags = dev->gflags; in dev_change_flags() local 8014 changes = (old_flags ^ dev->flags) | (old_gflags ^ dev->gflags); in dev_change_flags() 8015 __dev_notify_flags(dev, old_flags, changes); in dev_change_flags()
|
/net/netfilter/ipvs/ |
D | Kconfig | 243 destinations changes, a connection will likely be sent to the same
|
/net/netfilter/ |
D | Kconfig | 135 to get notified about changes in the connection tracking state.
|