/net/wireless/ |
D | lib80211.c | 46 int force); 89 int force) in lib80211_crypt_deinit_entries() argument 96 if (atomic_read(&entry->refcnt) != 0 && !force) in lib80211_crypt_deinit_entries()
|
/net/smc/ |
D | smc_rx.c | 58 bool force = false; in smc_rx_update_consumer() local 69 force = true; in smc_rx_update_consumer() 76 force = true; in smc_rx_update_consumer() 89 smc_tx_consumer_update(conn, force); in smc_rx_update_consumer()
|
D | smc_tx.h | 35 void smc_tx_consumer_update(struct smc_connection *conn, bool force);
|
D | smc_tx.c | 590 void smc_tx_consumer_update(struct smc_connection *conn, bool force) in smc_tx_consumer_update() argument 607 force || in smc_tx_consumer_update()
|
/net/bluetooth/ |
D | hci_request.h | 79 bool force); 82 bool force);
|
D | hci_request.c | 1734 bool force) in __hci_req_schedule_adv_instance() argument 1784 if (!force && hdev->cur_adv_instance == instance && in __hci_req_schedule_adv_instance() 1821 bool force) in hci_req_clear_adv_instance() argument 1841 if (!(force || adv_instance->timeout)) in hci_req_clear_adv_instance() 1852 if (force || (adv_instance && adv_instance->timeout && in hci_req_clear_adv_instance()
|
/net/decnet/ |
D | dn_fib.c | 84 static int dn_fib_sync_down(__le16 local, struct net_device *dev, int force); 667 static void dn_fib_disable_addr(struct net_device *dev, int force) in dn_fib_disable_addr() argument 669 if (dn_fib_sync_down(0, dev, force)) in dn_fib_disable_addr() 697 static int dn_fib_sync_down(__le16 local, struct net_device *dev, int force) in dn_fib_sync_down() argument 702 if (force) in dn_fib_sync_down()
|
D | dn_dev.c | 512 int dn_dev_set_default(struct net_device *dev, int force) in dn_dev_set_default() argument 520 if (force || decnet_default_device == NULL) { in dn_dev_set_default()
|
/net/sched/ |
D | act_ct.c | 44 u16 zone_id, bool force) in tcf_ct_skb_nfct_cached() argument 58 if (force && CTINFO2DIR(ctinfo) != IP_CT_DIR_ORIGINAL) { in tcf_ct_skb_nfct_cached() 383 bool cached, commit, clear, force; in tcf_ct_act() local 398 force = p->ct_action & TCA_CT_ACT_FORCE; in tcf_ct_act() 437 cached = tcf_ct_skb_nfct_cached(net, skb, p->zone, force); in tcf_ct_act()
|
/net/atm/ |
D | lec.h | 46 int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force,
|
D | lec.c | 74 static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force, 1082 static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force, in lane2_resolve() argument 1091 if (force == 0) { in lane2_resolve()
|
/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 471 int force; in ip_vs_sync_conn_needed() local 475 force = 0; in ip_vs_sync_conn_needed() 486 force = cp->state != cp->old_state; in ip_vs_sync_conn_needed() 487 if (force && cp->state != IP_VS_TCP_S_ESTABLISHED) in ip_vs_sync_conn_needed() 497 force = cp->state != cp->old_state; in ip_vs_sync_conn_needed() 498 if (force && cp->state != IP_VS_SCTP_S_ESTABLISHED) in ip_vs_sync_conn_needed() 502 force = 0; in ip_vs_sync_conn_needed() 536 return n == orig || force; in ip_vs_sync_conn_needed()
|
/net/sctp/ |
D | sm_sideeffect.c | 138 static int sctp_gen_sack(struct sctp_association *asoc, int force, in sctp_gen_sack() argument 146 if (force || in sctp_gen_sack() 1272 int force; in sctp_cmd_interpreter() local 1347 force = cmd->obj.i32; in sctp_cmd_interpreter() 1348 error = sctp_gen_sack(asoc, force, commands); in sctp_cmd_interpreter()
|
D | sm_statefuns.c | 3068 union sctp_arg force = SCTP_NOFORCE(); in sctp_sf_eat_data_6_2() local 3105 force = SCTP_FORCE(); in sctp_sf_eat_data_6_2() 3135 sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, force); in sctp_sf_eat_data_6_2() 3160 sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, force); in sctp_sf_eat_data_6_2()
|
/net/openvswitch/ |
D | conntrack.c | 63 u8 force : 1; member 667 if (*ct_executed || (!key->ct_state && info->force)) { in ovs_ct_executed() 715 if (info->force && CTINFO2DIR(ctinfo) != IP_CT_DIR_ORIGINAL) { in skb_nfct_cached() 1535 info->force = true; in parse_ct() 1787 if (ct_info->commit && nla_put_flag(skb, ct_info->force in ovs_ct_action_to_attr()
|
/net/rds/ |
D | rdma.c | 419 void rds_rdma_unuse(struct rds_sock *rs, u32 r_key, int force) in rds_rdma_unuse() argument 434 if (mr->r_use_once || force) { in rds_rdma_unuse()
|
D | rds.h | 925 void rds_rdma_unuse(struct rds_sock *rs, u32 r_key, int force);
|
/net/ipv4/ |
D | fib_frontend.c | 1410 bool force) in fib_disable_ip() argument 1412 if (fib_sync_down_dev(dev, event, force)) in fib_disable_ip()
|
D | fib_semantics.c | 1922 int fib_sync_down_dev(struct net_device *dev, unsigned long event, bool force) in fib_sync_down_dev() argument 1931 if (force) in fib_sync_down_dev()
|
/net/ipv6/ |
D | ip6_fib.c | 2205 void fib6_run_gc(unsigned long expires, struct net *net, bool force) in fib6_run_gc() argument 2210 if (force) { in fib6_run_gc()
|
/net/core/ |
D | sock.c | 2090 struct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, in sock_wmalloc() argument 2093 if (force || in sock_wmalloc()
|
D | rtnetlink.c | 1504 bool force) in nla_put_iflink() argument 1508 if (force || dev->ifindex != ifindex) in nla_put_iflink()
|
/net/mac80211/ |
D | tx.c | 3724 bool force) in __ieee80211_schedule_txq() argument 3732 (force || !skb_queue_empty(&txqi->frags) || in __ieee80211_schedule_txq()
|