Searched refs:force (Results 1 - 19 of 19) sorted by relevance

/net/atm/
H A Dlec.h45 int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force,
H A Dlec.c70 static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force,
1089 * Non force allocates memory and fills in *tlvs, fills in *sizeoftlvs.
1094 static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force, argument
1103 if (force == 0) {
/net/wireless/
H A Dlib80211.c45 int force);
88 int force)
95 if (atomic_read(&entry->refcnt) != 0 && !force)
87 lib80211_crypt_deinit_entries(struct lib80211_crypt_info *info, int force) argument
/net/core/
H A Ddst.c41 * As this is not a very strong hint, we dont force an alignment on SMP.
153 /* This initializer is needed to force linker to place this variable
334 * @force: if force is set, use noref version even for DST_NOCACHE entries
339 void __skb_dst_set_noref(struct sk_buff *skb, struct dst_entry *dst, bool force) argument
345 if (unlikely((dst->flags & DST_NOCACHE) && !force)) {
H A Dsock.c1681 struct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, argument
1684 if (force || atomic_read(&sk->sk_wmem_alloc) < sk->sk_sndbuf) {
/net/irda/
H A Ddiscovery.c145 * Function irlmp_expire_discoveries (log, saddr, force)
152 void irlmp_expire_discoveries(hashbin_t *log, __u32 saddr, int force) argument
174 (force ||
/net/decnet/
H A Ddn_fib.c82 static int dn_fib_sync_down(__le16 local, struct net_device *dev, int force);
658 static void dn_fib_disable_addr(struct net_device *dev, int force) argument
660 if (dn_fib_sync_down(0, dev, force))
688 static int dn_fib_sync_down(__le16 local, struct net_device *dev, int force) argument
693 if (force)
H A Ddn_dev.c511 int dn_dev_set_default(struct net_device *dev, int force) argument
519 if (force || decnet_default_device == NULL) {
/net/rxrpc/
H A Dar-input.c43 bool force, bool terminal)
50 _enter(",,%d,%d", force, terminal);
71 if (!force) {
42 rxrpc_queue_rcv_skb(struct rxrpc_call *call, struct sk_buff *skb, bool force, bool terminal) argument
/net/netfilter/ipvs/
H A Dip_vs_sync.c455 int force; local
459 force = 0;
470 force = cp->state != cp->old_state;
471 if (force && cp->state != IP_VS_TCP_S_ESTABLISHED)
481 force = cp->state != cp->old_state;
482 if (force && cp->state != IP_VS_SCTP_S_ESTABLISHED)
486 force = 0;
520 return n == orig || force;
/net/sctp/
H A Dsm_sideeffect.c153 static int sctp_gen_sack(struct sctp_association *asoc, int force, argument
161 if (force ||
1227 int force; local
1316 * force a SACK out.
1318 force = cmd->obj.i32;
1319 error = sctp_gen_sack(asoc, force, commands);
H A Dsm_statefuns.c2953 sctp_arg_t force = SCTP_NOFORCE(); local
2988 force = SCTP_FORCE();
3018 sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, force);
3043 sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, force);
3104 /* Go a head and force a SACK, since we are shutting down. */
3950 /* Go a head and force a SACK, since we are shutting down. */
4582 * be used by the ULP to change the default primary path or to force
/net/ipv4/
H A Dfib_semantics.c1118 int fib_sync_down_dev(struct net_device *dev, int force) argument
1127 if (force)
1154 if (force > 1 && nexthop_nh->nh_dev == dev) {
H A Dfib_frontend.c1001 static void fib_disable_ip(struct net_device *dev, int force) argument
1003 if (fib_sync_down_dev(dev, force))
/net/ipv4/netfilter/
H A DKconfig60 chain type is used to force packet re-routing after mangling header
/net/ipv6/netfilter/
H A DKconfig39 chain type is used to force packet re-routing after mangling header
/net/rds/
H A Drdma.c409 void rds_rdma_unuse(struct rds_sock *rs, u32 r_key, int force) argument
423 if (mr->r_use_once || force) {
H A Drds.h731 void rds_rdma_unuse(struct rds_sock *rs, u32 r_key, int force);
/net/ipv6/
H A Dip6_fib.c1688 void fib6_run_gc(unsigned long expires, struct net *net, bool force) argument
1692 if (force) {

Completed in 319 milliseconds