/net/ncsi/ |
D | ncsi-manage.c | 56 unsigned long flags; in ncsi_report_link() local 67 spin_lock_irqsave(&nc->lock, flags); in ncsi_report_link() 71 spin_unlock_irqrestore(&nc->lock, flags); in ncsi_report_link() 76 spin_unlock_irqrestore(&nc->lock, flags); in ncsi_report_link() 81 spin_unlock_irqrestore(&nc->lock, flags); in ncsi_report_link() 98 unsigned long flags; in ncsi_channel_monitor() local 101 spin_lock_irqsave(&nc->lock, flags); in ncsi_channel_monitor() 106 spin_unlock_irqrestore(&nc->lock, flags); in ncsi_channel_monitor() 119 spin_lock_irqsave(&nc->lock, flags); in ncsi_channel_monitor() 121 spin_unlock_irqrestore(&nc->lock, flags); in ncsi_channel_monitor() [all …]
|
D | ncsi-aen.c | 55 unsigned long flags; in ncsi_aen_handler_lsc() local 67 spin_lock_irqsave(&nc->lock, flags); in ncsi_aen_handler_lsc() 82 spin_unlock_irqrestore(&nc->lock, flags); in ncsi_aen_handler_lsc() 94 ndp->flags |= NCSI_DEV_RESHUFFLE; in ncsi_aen_handler_lsc() 96 spin_lock_irqsave(&ndp->lock, flags); in ncsi_aen_handler_lsc() 98 spin_unlock_irqrestore(&ndp->lock, flags); in ncsi_aen_handler_lsc() 144 unsigned long flags; in ncsi_aen_handler_cr() local 151 spin_lock_irqsave(&nc->lock, flags); in ncsi_aen_handler_cr() 154 spin_unlock_irqrestore(&nc->lock, flags); in ncsi_aen_handler_cr() 157 spin_unlock_irqrestore(&nc->lock, flags); in ncsi_aen_handler_cr() [all …]
|
/net/devlink/ |
D | netlink.c | 128 u8 flags) in __devlink_nl_pre_doit() argument 139 if (flags & DEVLINK_NL_FLAG_NEED_PORT) { in __devlink_nl_pre_doit() 146 } else if (flags & DEVLINK_NL_FLAG_NEED_DEVLINK_OR_PORT) { in __devlink_nl_pre_doit() 189 struct netlink_callback *cb, int flags, in devlink_nl_inst_single_dumpit() argument 199 err = dump_one(msg, devlink, cb, flags | NLM_F_DUMP_FILTERED); in devlink_nl_inst_single_dumpit() 210 struct netlink_callback *cb, int flags, in devlink_nl_inst_iter_dumpit() argument 222 err = dump_one(msg, devlink, cb, flags); in devlink_nl_inst_iter_dumpit() 248 int flags = NLM_F_MULTI; in devlink_nl_dumpit() local 252 return devlink_nl_inst_single_dumpit(msg, cb, flags, dump_one, in devlink_nl_dumpit() 255 return devlink_nl_inst_iter_dumpit(msg, cb, flags, dump_one); in devlink_nl_dumpit() [all …]
|
D | netlink_gen.c | 220 .flags = GENL_CMD_CAP_DO, 226 .flags = GENL_CMD_CAP_DUMP, 236 .flags = GENL_CMD_CAP_DO, 243 .flags = GENL_CMD_CAP_DUMP, 253 .flags = GENL_CMD_CAP_DO, 260 .flags = GENL_CMD_CAP_DUMP, 270 .flags = GENL_CMD_CAP_DO, 277 .flags = GENL_CMD_CAP_DUMP, 287 .flags = GENL_CMD_CAP_DO, 294 .flags = GENL_CMD_CAP_DUMP, [all …]
|
/net/bridge/ |
D | br_fdb.c | 74 return !test_bit(BR_FDB_STATIC, &fdb->flags) && in has_expired() 75 !test_bit(BR_FDB_ADDED_BY_EXT_LEARN, &fdb->flags) && in has_expired() 89 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_to_nud() 91 else if (test_bit(BR_FDB_STATIC, &fdb->flags)) in fdb_to_nud() 101 u32 portid, u32 seq, int type, unsigned int flags) in fdb_fill_info() argument 110 nlh = nlmsg_put(skb, portid, seq, type, sizeof(*ndm), flags); in fdb_fill_info() 123 if (test_bit(BR_FDB_OFFLOADED, &fdb->flags)) in fdb_fill_info() 125 if (test_bit(BR_FDB_ADDED_BY_EXT_LEARN, &fdb->flags)) in fdb_fill_info() 127 if (test_bit(BR_FDB_STICKY, &fdb->flags)) in fdb_fill_info() 129 if (test_bit(BR_FDB_LOCKED, &fdb->flags)) in fdb_fill_info() [all …]
|
/net/wireless/ |
D | lib80211.c | 90 unsigned long flags; in lib80211_crypt_deinit_entries() local 92 spin_lock_irqsave(info->lock, flags); in lib80211_crypt_deinit_entries() 105 spin_unlock_irqrestore(info->lock, flags); in lib80211_crypt_deinit_entries() 111 unsigned long flags; in lib80211_crypt_quiescing() local 113 spin_lock_irqsave(info->lock, flags); in lib80211_crypt_quiescing() 115 spin_unlock_irqrestore(info->lock, flags); in lib80211_crypt_quiescing() 122 unsigned long flags; in lib80211_crypt_deinit_handler() local 126 spin_lock_irqsave(info->lock, flags); in lib80211_crypt_deinit_handler() 133 spin_unlock_irqrestore(info->lock, flags); in lib80211_crypt_deinit_handler() 140 unsigned long flags; in lib80211_crypt_delayed_deinit() local [all …]
|
/net/atm/ |
D | svc.c | 58 if (test_bit(ATM_VF_REGIS, &vcc->flags)) { in svc_disconnect() 62 if (test_bit(ATM_VF_RELEASED, &vcc->flags) || !sigd) in svc_disconnect() 76 clear_bit(ATM_VF_REGIS, &vcc->flags); in svc_disconnect() 88 clear_bit(ATM_VF_READY, &vcc->flags); in svc_release() 126 clear_bit(ATM_VF_BOUND, &vcc->flags); in svc_bind() 129 if (!test_bit(ATM_VF_HASQOS, &vcc->flags)) { in svc_bind() 134 set_bit(ATM_VF_WAITING, &vcc->flags); in svc_bind() 138 if (!test_bit(ATM_VF_WAITING, &vcc->flags) || !sigd) in svc_bind() 143 clear_bit(ATM_VF_REGIS, &vcc->flags); /* doesn't count */ in svc_bind() 149 set_bit(ATM_VF_BOUND, &vcc->flags); in svc_bind() [all …]
|
D | addr.c | 50 unsigned long flags; in atm_reset_addr() local 54 spin_lock_irqsave(&dev->lock, flags); in atm_reset_addr() 63 spin_unlock_irqrestore(&dev->lock, flags); in atm_reset_addr() 71 unsigned long flags; in atm_add_addr() local 79 spin_lock_irqsave(&dev->lock, flags); in atm_add_addr() 86 spin_unlock_irqrestore(&dev->lock, flags); in atm_add_addr() 92 spin_unlock_irqrestore(&dev->lock, flags); in atm_add_addr() 97 spin_unlock_irqrestore(&dev->lock, flags); in atm_add_addr() 106 unsigned long flags; in atm_del_addr() local 114 spin_lock_irqsave(&dev->lock, flags); in atm_del_addr() [all …]
|
/net/rds/ |
D | cong.c | 144 unsigned long flags; in rds_cong_from_addr() local 161 spin_lock_irqsave(&rds_cong_lock, flags); in rds_cong_from_addr() 163 spin_unlock_irqrestore(&rds_cong_lock, flags); in rds_cong_from_addr() 188 unsigned long flags; in rds_cong_add_conn() local 191 spin_lock_irqsave(&rds_cong_lock, flags); in rds_cong_add_conn() 193 spin_unlock_irqrestore(&rds_cong_lock, flags); in rds_cong_add_conn() 198 unsigned long flags; in rds_cong_remove_conn() local 201 spin_lock_irqsave(&rds_cong_lock, flags); in rds_cong_remove_conn() 203 spin_unlock_irqrestore(&rds_cong_lock, flags); in rds_cong_remove_conn() 220 unsigned long flags; in rds_cong_queue_updates() local [all …]
|
/net/netfilter/ipset/ |
D | ip_set_hash_net.c | 67 hash_net4_data_set_flags(struct hash_net4_elem *elem, u32 flags) in hash_net4_data_set_flags() argument 69 elem->nomatch = (flags >> 16) & IPSET_FLAG_NOMATCH; in hash_net4_data_set_flags() 73 hash_net4_data_reset_flags(struct hash_net4_elem *elem, u8 *flags) in hash_net4_data_reset_flags() argument 75 swap(*flags, elem->nomatch); in hash_net4_data_reset_flags() 88 u32 flags = data->nomatch ? IPSET_FLAG_NOMATCH : 0; in hash_net4_data_list() local 92 (flags && in hash_net4_data_list() 93 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_net4_data_list() 129 ip4addrptr(skb, opt->flags & IPSET_DIM_ONE_SRC, &e.ip); in hash_net4_kadt() 137 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net4_uadt() argument 171 flags |= (IPSET_FLAG_NOMATCH << 16); in hash_net4_uadt() [all …]
|
D | ip_set_hash_netport.c | 79 hash_netport4_data_set_flags(struct hash_netport4_elem *elem, u32 flags) in hash_netport4_data_set_flags() argument 81 elem->nomatch = !!((flags >> 16) & IPSET_FLAG_NOMATCH); in hash_netport4_data_set_flags() 85 hash_netport4_data_reset_flags(struct hash_netport4_elem *elem, u8 *flags) in hash_netport4_data_reset_flags() argument 87 swap(*flags, elem->nomatch); in hash_netport4_data_reset_flags() 101 u32 flags = data->nomatch ? IPSET_FLAG_NOMATCH : 0; in hash_netport4_data_list() local 107 (flags && in hash_netport4_data_list() 108 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netport4_data_list() 143 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_netport4_kadt() 147 ip4addrptr(skb, opt->flags & IPSET_DIM_ONE_SRC, &e.ip); in hash_netport4_kadt() 155 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport4_uadt() argument [all …]
|
D | ip_set_hash_netiface.c | 89 hash_netiface4_data_set_flags(struct hash_netiface4_elem *elem, u32 flags) in hash_netiface4_data_set_flags() argument 91 elem->nomatch = (flags >> 16) & IPSET_FLAG_NOMATCH; in hash_netiface4_data_set_flags() 95 hash_netiface4_data_reset_flags(struct hash_netiface4_elem *elem, u8 *flags) in hash_netiface4_data_reset_flags() argument 97 swap(*flags, elem->nomatch); in hash_netiface4_data_reset_flags() 111 u32 flags = (data->physdev ? IPSET_FLAG_PHYSDEV : 0) | in hash_netiface4_data_list() local 115 flags |= IPSET_FLAG_NOMATCH; in hash_netiface4_data_list() 119 (flags && in hash_netiface4_data_list() 120 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netiface4_data_list() 172 ip4addrptr(skb, opt->flags & IPSET_DIM_ONE_SRC, &e.ip); in hash_netiface4_kadt() 176 #define SRCDIR (opt->flags & IPSET_DIM_TWO_SRC) in hash_netiface4_kadt() [all …]
|
D | ip_set_hash_ipportnet.c | 82 hash_ipportnet4_data_set_flags(struct hash_ipportnet4_elem *elem, u32 flags) in hash_ipportnet4_data_set_flags() argument 84 elem->nomatch = !!((flags >> 16) & IPSET_FLAG_NOMATCH); in hash_ipportnet4_data_set_flags() 88 hash_ipportnet4_data_reset_flags(struct hash_ipportnet4_elem *elem, u8 *flags) in hash_ipportnet4_data_reset_flags() argument 90 swap(*flags, elem->nomatch); in hash_ipportnet4_data_reset_flags() 104 u32 flags = data->nomatch ? IPSET_FLAG_NOMATCH : 0; in hash_ipportnet4_data_list() local 111 (flags && in hash_ipportnet4_data_list() 112 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_ipportnet4_data_list() 148 if (!ip_set_get_ip4_port(skb, opt->flags & IPSET_DIM_TWO_SRC, in hash_ipportnet4_kadt() 152 ip4addrptr(skb, opt->flags & IPSET_DIM_ONE_SRC, &e.ip); in hash_ipportnet4_kadt() 153 ip4addrptr(skb, opt->flags & IPSET_DIM_THREE_SRC, &e.ip2); in hash_ipportnet4_kadt() [all …]
|
/net/batman-adv/ |
D | translation-table.c | 465 u8 flags = common->flags | event_flags; in batadv_tt_local_event() local 473 tt_change_node->change.flags = flags; in batadv_tt_local_event() 479 del_op_requested = flags & BATADV_TT_CLIENT_DEL; in batadv_tt_local_event() 495 del_op_entry = entry->change.flags & BATADV_TT_CLIENT_DEL; in batadv_tt_local_event() 505 entry->change.flags = flags; in batadv_tt_local_event() 666 if (tt_local->common.flags & BATADV_TT_CLIENT_PENDING) { in batadv_tt_local_add() 675 tt_local->common.flags &= ~BATADV_TT_CLIENT_PENDING; in batadv_tt_local_add() 679 if (tt_local->common.flags & BATADV_TT_CLIENT_ROAM) { in batadv_tt_local_add() 688 tt_local->common.flags &= ~BATADV_TT_CLIENT_ROAM; in batadv_tt_local_add() 730 tt_local->common.flags = BATADV_TT_CLIENT_NEW; in batadv_tt_local_add() [all …]
|
/net/ |
D | socket.c | 134 unsigned int flags); 314 ei->socket.wq.flags = 0; in sock_alloc_inode() 317 ei->socket.flags = 0; in sock_alloc_inode() 396 size_t size, int flags) in sockfs_security_xattr_set() argument 463 struct file *sock_alloc_file(struct socket *sock, int flags, const char *dname) in sock_alloc_file() argument 471 O_RDWR | (flags & O_NONBLOCK), in sock_alloc_file() 486 static int sock_map_fd(struct socket *sock, int flags) in sock_map_fd() argument 489 int fd = get_unused_fd_flags(flags); in sock_map_fd() 495 newfile = sock_alloc_file(sock, flags, NULL); in sock_map_fd() 563 *fput_needed = f.flags & FDPUT_FPUT; in sockfd_lookup_light() [all …]
|
/net/mac80211/ |
D | status.c | 30 skb_queue_tail(info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS ? in ieee80211_tx_status_irqsafe() 52 if (info->flags & (IEEE80211_TX_CTL_NO_PS_BUFFER | in ieee80211_handle_filtered_frame() 71 info->control.flags |= IEEE80211_TX_INTCFL_NEED_TXPROCESSING; in ieee80211_handle_filtered_frame() 72 info->flags |= IEEE80211_TX_INTFL_RETRANSMISSION; in ieee80211_handle_filtered_frame() 73 info->flags &= ~IEEE80211_TX_TEMPORARY_FLAGS; in ieee80211_handle_filtered_frame() 158 !(info->flags & IEEE80211_TX_INTFL_RETRIED)) { in ieee80211_handle_filtered_frame() 160 info->flags |= IEEE80211_TX_INTFL_RETRIED; in ieee80211_handle_filtered_frame() 254 if (status_rate && !(status_rate->rate_idx.flags & in ieee80211_tx_radiotap_len() 262 !(info->status.rates[0].flags & in ieee80211_tx_radiotap_len() 275 if (status_rate->rate_idx.flags & RATE_INFO_FLAGS_MCS) in ieee80211_tx_radiotap_len() [all …]
|
D | mesh_hwmp.c | 100 static int mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags, in mesh_path_sel_frame_tx() argument 157 *pos++ = flags; in mesh_path_sel_frame_tx() 215 info->control.flags |= IEEE80211_TX_INTCFL_NEED_TXPROCESSING; in prepare_frame_for_deferred_tx() 303 failed = !(txinfo->flags & IEEE80211_TX_STAT_ACK); in ieee80211s_update_metric() 451 if (mpath->flags & MESH_PATH_FIXED) in hwmp_route_info_get() 453 else if ((mpath->flags & MESH_PATH_ACTIVE) && in hwmp_route_info_get() 454 (mpath->flags & MESH_PATH_SN_VALID)) { in hwmp_route_info_get() 464 } else if (!(mpath->flags & MESH_PATH_ACTIVE)) { in hwmp_route_info_get() 467 have_sn = mpath->flags & MESH_PATH_SN_VALID; in hwmp_route_info_get() 500 mpath->flags |= MESH_PATH_SN_VALID; in hwmp_route_info_get() [all …]
|
/net/ipv6/ |
D | fib6_rules.c | 65 struct fib6_result *res, int flags) in fib6_lookup() argument 74 .flags = FIB_LOOKUP_NOREF, in fib6_lookup() 80 flowi6_to_flowi(fl6), flags, &arg); in fib6_lookup() 83 fl6, res, flags); in fib6_lookup() 86 oif, fl6, res, flags); in fib6_lookup() 94 int flags, pol_lookup_t lookup) in fib6_rule_lookup() argument 102 .flags = FIB_LOOKUP_NOREF, in fib6_rule_lookup() 109 flowi6_to_flowi(fl6), flags, &arg); in fib6_rule_lookup() 117 net, net->ipv6.fib6_local_tbl, fl6, skb, flags); in fib6_rule_lookup() 120 ip6_rt_put_flags(rt, flags); in fib6_rule_lookup() [all …]
|
/net/netfilter/ |
D | nft_inner.c | 43 u8 flags; member 58 if (priv->flags & NFT_INNER_LL) { in nft_inner_parse_l2l3() 87 ctx->flags |= NFT_PAYLOAD_CTX_INNER_LL; in nft_inner_parse_l2l3() 127 ctx->flags |= NFT_PAYLOAD_CTX_INNER_NH; in nft_inner_parse_l2l3() 131 ctx->flags |= NFT_PAYLOAD_CTX_INNER_TH; in nft_inner_parse_l2l3() 151 ctx->flags |= NFT_PAYLOAD_CTX_INNER_NH; in nft_inner_parse_l2l3() 160 ctx->flags |= NFT_PAYLOAD_CTX_INNER_TH; in nft_inner_parse_l2l3() 179 ctx->flags |= NFT_PAYLOAD_CTX_INNER_TUN; in nft_inner_parse_tunhdr() 187 ctx->flags |= NFT_PAYLOAD_CTX_INNER_TUN; in nft_inner_parse_tunhdr() 216 if (priv->flags & NFT_INNER_HDRSIZE && in nft_inner_parse() [all …]
|
D | nft_fib.c | 43 if (priv->flags & NFTA_FIB_F_IIF) in nft_fib_validate() 47 else if (priv->flags & NFTA_FIB_F_OIF) in nft_fib_validate() 77 priv->flags = ntohl(nla_get_be32(tb[NFTA_FIB_FLAGS])); in nft_fib_init() 79 if (priv->flags == 0) in nft_fib_init() 82 if ((priv->flags & (NFTA_FIB_F_SADDR | NFTA_FIB_F_DADDR)) == in nft_fib_init() 85 if ((priv->flags & (NFTA_FIB_F_IIF | NFTA_FIB_F_OIF)) == in nft_fib_init() 88 if ((priv->flags & (NFTA_FIB_F_SADDR | NFTA_FIB_F_DADDR)) == 0) in nft_fib_init() 95 if (priv->flags & NFTA_FIB_F_OIF) in nft_fib_init() 100 if (priv->flags & NFTA_FIB_F_OIF) in nft_fib_init() 130 if (nla_put_be32(skb, NFTA_FIB_FLAGS, htonl(priv->flags))) in nft_fib_dump() [all …]
|
D | nft_quota.c | 17 unsigned long flags; member 30 return priv->flags & NFT_QUOTA_F_INV; in nft_quota_invert() 61 !test_and_set_bit(NFT_QUOTA_DEPLETED_BIT, &priv->flags)) in nft_quota_obj_eval() 69 unsigned long flags = 0; in nft_quota_do_init() local 86 flags = ntohl(nla_get_be32(tb[NFTA_QUOTA_FLAGS])); in nft_quota_do_init() 87 if (flags & ~NFT_QUOTA_F_INV) in nft_quota_do_init() 89 if (flags & NFT_QUOTA_F_DEPLETED) in nft_quota_do_init() 98 priv->flags = flags; in nft_quota_do_init() 128 priv->flags = newpriv->flags; in nft_quota_obj_update() 135 u32 flags = priv->flags; in nft_quota_do_dump() local [all …]
|
/net/can/ |
D | bcm.c | 106 u32 flags; member 167 #define CFSIZ(flags) ((flags & CAN_FD_FRAME) ? CANFD_MTU : CAN_MTU) argument 219 if (op->flags & CAN_FD_FRAME) in bcm_proc_show() 224 seq_printf(m, "%c ", (op->flags & RX_CHECK_DLC) ? 'd' : ' '); in bcm_proc_show() 248 if (op->flags & CAN_FD_FRAME) in bcm_proc_show() 348 firstframe->flags &= BCM_CAN_FLAGS_MASK; in bcm_send_to_user() 408 if (!op->count && (op->flags & TX_COUNTEVT)) { in bcm_tx_timeout_handler() 413 msg_head.flags = op->flags; in bcm_tx_timeout_handler() 447 data->flags &= (BCM_CAN_FLAGS_MASK|RX_RECV); in bcm_rx_changed() 451 head.flags = op->flags; in bcm_rx_changed() [all …]
|
/net/sched/ |
D | sch_teql.c | 186 if (m->dev->flags & IFF_UP) { in teql_qdisc_init() 187 if ((m->dev->flags & IFF_POINTOPOINT && in teql_qdisc_init() 188 !(dev->flags & IFF_POINTOPOINT)) || in teql_qdisc_init() 189 (m->dev->flags & IFF_BROADCAST && in teql_qdisc_init() 190 !(dev->flags & IFF_BROADCAST)) || in teql_qdisc_init() 191 (m->dev->flags & IFF_MULTICAST && in teql_qdisc_init() 192 !(dev->flags & IFF_MULTICAST)) || in teql_qdisc_init() 196 if (!(dev->flags&IFF_POINTOPOINT)) in teql_qdisc_init() 197 m->dev->flags &= ~IFF_POINTOPOINT; in teql_qdisc_init() 198 if (!(dev->flags&IFF_BROADCAST)) in teql_qdisc_init() [all …]
|
D | act_skbedit.c | 31 if (params->flags & SKBEDIT_F_TXQ_SKBHASH) { in tcf_skbedit_hash() 54 if (params->flags & SKBEDIT_F_PRIORITY) in tcf_skbedit_act() 56 if (params->flags & SKBEDIT_F_INHERITDSFIELD) { in tcf_skbedit_act() 75 if (params->flags & SKBEDIT_F_QUEUE_MAPPING && in tcf_skbedit_act() 82 if (params->flags & SKBEDIT_F_MARK) { in tcf_skbedit_act() 86 if (params->flags & SKBEDIT_F_PTYPE) in tcf_skbedit_act() 129 u32 flags = 0, *priority = NULL, *mark = NULL, *mask = NULL; in tcf_skbedit_init() local 148 flags |= SKBEDIT_F_PRIORITY; in tcf_skbedit_init() 158 flags |= SKBEDIT_F_QUEUE_MAPPING; in tcf_skbedit_init() 166 flags |= SKBEDIT_F_PTYPE; in tcf_skbedit_init() [all …]
|
D | act_skbmod.c | 32 u64 flags; in tcf_skbmod_act() local 43 flags = p->flags; in tcf_skbmod_act() 52 if (flags == SKBMOD_F_ECN) { in tcf_skbmod_act() 69 if (flags & SKBMOD_F_DMAC) in tcf_skbmod_act() 71 if (flags & SKBMOD_F_SMAC) in tcf_skbmod_act() 73 if (flags & SKBMOD_F_ETYPE) in tcf_skbmod_act() 76 if (flags & SKBMOD_F_SWAPMAC) { in tcf_skbmod_act() 84 if (flags & SKBMOD_F_ECN) in tcf_skbmod_act() 104 struct tcf_proto *tp, u32 flags, in tcf_skbmod_init() argument 108 bool ovr = flags & TCA_ACT_FLAGS_REPLACE; in tcf_skbmod_init() [all …]
|