Searched defs:flags (Results 176 - 200 of 317) sorted by relevance

1234567891011>>

/net/mac80211/
H A Dmesh_pathtbl.c29 return (mpath->flags & MESH_PATH_ACTIVE) &&
31 !(mpath->flags & MESH_PATH_FIXED);
209 unsigned long flags; local
213 spin_lock_irqsave(&mpath->frame_queue.lock, flags);
221 spin_unlock_irqrestore(&mpath->frame_queue.lock, flags);
236 if (!(mshdr->flags & MESH_FLAGS_AE)) {
249 mshdr->flags = MESH_FLAGS_AE_A5_A6;
288 unsigned long flags; local
297 spin_lock_irqsave(&from_mpath->frame_queue.lock, flags);
299 spin_unlock_irqrestore(&from_mpath->frame_queue.lock, flags);
[all...]
/net/netfilter/ipvs/
H A Dip_vs_conn.c172 if (cp->flags & IP_VS_CONN_F_ONE_PACKET)
181 if (!(cp->flags & IP_VS_CONN_F_HASHED)) {
182 cp->flags |= IP_VS_CONN_F_HASHED;
214 if (cp->flags & IP_VS_CONN_F_HASHED) {
216 cp->flags &= ~IP_VS_CONN_F_HASHED;
241 if (cp->flags & IP_VS_CONN_F_HASHED) {
246 cp->flags &= ~IP_VS_CONN_F_HASHED;
280 ((!p->cport) ^ (!(cp->flags & IP_VS_CONN_F_NO_CPORT))) &&
378 cp->flags & IP_VS_CONN_F_TEMPLATE &&
459 unsigned long t = (cp->flags
566 __u32 flags; local
873 ip_vs_conn_new(const struct ip_vs_conn_param *p, int dest_af, const union nf_inet_addr *daddr, __be16 dport, unsigned int flags, struct ip_vs_dest *dest, __u32 fwmark) argument
1130 ip_vs_origin_name(unsigned int flags) argument
[all...]
/net/netfilter/
H A Dnft_compat.c29 if (!tablename || !(chain->flags & NFT_BASE_CHAIN))
107 if (ctx->chain->flags & NFT_BASE_CHAIN) {
137 u32 flags; local
148 flags = ntohl(nla_get_be32(tb[NFTA_RULE_COMPAT_FLAGS]));
149 if (flags & ~NFT_RULE_COMPAT_F_MASK)
151 if (flags & NFT_RULE_COMPAT_F_INV)
242 if (ctx->chain->flags & NFT_BASE_CHAIN) {
314 if (ctx->chain->flags & NFT_BASE_CHAIN) {
414 if (ctx->chain->flags & NFT_BASE_CHAIN) {
438 unsigned int flags local
[all...]
/net/netlink/
H A Dgenetlink.c463 * @flags: the type of memory to allocate
471 gfp_t flags)
475 return netlink_alloc_skb(info->dst_sk, len, info->snd_portid, flags);
485 * @flags: netlink message flags
491 struct genl_family *family, int flags, u8 cmd)
497 family->hdrsize, flags);
559 if ((ops->flags & GENL_ADMIN_PERM) &&
681 u32 flags, struct sk_buff *skb, u8 cmd)
685 hdr = genlmsg_put(skb, portid, seq, &genl_ctrl, flags, cm
470 genlmsg_new_unicast(size_t payload, struct genl_info *info, gfp_t flags) argument
490 genlmsg_put(struct sk_buff *skb, u32 portid, u32 seq, struct genl_family *family, int flags, u8 cmd) argument
680 ctrl_fill_info(struct genl_family *family, u32 portid, u32 seq, u32 flags, struct sk_buff *skb, u8 cmd) argument
766 ctrl_fill_mcgrp_info(struct genl_family *family, const struct genl_multicast_group *grp, int grp_id, u32 portid, u32 seq, u32 flags, struct sk_buff *skb, u8 cmd) argument
1040 genlmsg_mcast(struct sk_buff *skb, u32 portid, unsigned long group, gfp_t flags) argument
1069 genlmsg_multicast_allns(struct genl_family *family, struct sk_buff *skb, u32 portid, unsigned int group, gfp_t flags) argument
1079 genl_notify(struct genl_family *family, struct sk_buff *skb, struct net *net, u32 portid, u32 group, struct nlmsghdr *nlh, gfp_t flags) argument
[all...]
/net/nfc/
H A Dcore.c721 * @gfp: gfp flags
724 unsigned int flags, unsigned int size,
733 skb = sock_alloc_send_skb(sk, total_size, flags & MSG_DONTWAIT, err);
744 * @gfp: gfp flags
723 nfc_alloc_send_skb(struct nfc_dev *dev, struct sock *sk, unsigned int flags, unsigned int size, unsigned int *err) argument
H A Dnetlink.c68 struct netlink_callback *cb, int flags)
73 &nfc_genl_family, flags, NFC_CMD_GET_TARGET);
502 int flags)
506 hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, flags,
1206 int flags)
1212 hdr = genlmsg_put(msg, portid, seq, &nfc_genl_family, flags,
67 nfc_genl_send_target(struct sk_buff *msg, struct nfc_target *target, struct netlink_callback *cb, int flags) argument
499 nfc_genl_send_device(struct sk_buff *msg, struct nfc_dev *dev, u32 portid, u32 seq, struct netlink_callback *cb, int flags) argument
1203 nfc_genl_send_se(struct sk_buff *msg, struct nfc_dev *dev, u32 portid, u32 seq, struct netlink_callback *cb, int flags) argument
/net/openvswitch/
H A Dactions.c350 int flags = IP6_FH_F_SKIP_RH; local
356 &flags) != NEXTHDR_ROUTING;
H A Dflow.h114 __be16 flags; /* TCP flags. */ member in struct:sw_flow_key::__anon118
172 __be16 tcp_flags; /* Union of seen TCP flags. */
/net/phonet/
H A Dsocket.c227 int len, int flags)
233 long timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK);
304 int flags)
313 newsk = sk->sk_prot->accept(sk, flags, &err);
386 if (dev && (dev->flags & IFF_UP))
226 pn_socket_connect(struct socket *sock, struct sockaddr *addr, int len, int flags) argument
303 pn_socket_accept(struct socket *sock, struct socket *newsock, int flags) argument
/net/rds/
H A Dib_recv.c423 unsigned long flags; local
426 local_irq_save(flags);
457 local_irq_restore(flags);
573 unsigned long flags; local
575 spin_lock_irqsave(&ic->i_ack_lock, flags);
579 spin_unlock_irqrestore(&ic->i_ack_lock, flags);
584 unsigned long flags; local
589 spin_lock_irqsave(&ic->i_ack_lock, flags);
591 spin_unlock_irqrestore(&ic->i_ack_lock, flags);
H A Diw_rdma.c390 unsigned long flags; local
392 spin_lock_irqsave(&pool->list_lock, flags);
397 spin_unlock_irqrestore(&pool->list_lock, flags);
491 unsigned long flags; local
499 spin_lock_irqsave(&pool->list_lock, flags);
504 spin_unlock_irqrestore(&pool->list_lock, flags);
535 spin_lock_irqsave(&pool->list_lock, flags);
537 spin_unlock_irqrestore(&pool->list_lock, flags);
799 unsigned long flags; local
810 spin_lock_irqsave(&pool->list_lock, flags);
845 unsigned long flags; local
[all...]
/net/sched/
H A Dact_api.c642 u16 flags, int event, int bind, int ref)
649 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*t), flags);
969 /* we are going to assume all other flags
972 * but since we want avoid ambiguity (eg when flags
641 tca_get_fill(struct sk_buff *skb, struct list_head *actions, u32 portid, u32 seq, u16 flags, int event, int bind, int ref) argument
H A Dsch_choke.c54 unsigned char flags; member in struct:choke_sched_data
88 return q->flags & TC_RED_ECN;
94 return q->flags & TC_RED_HARDDROP;
477 q->flags = ctl->flags;
505 .flags = q->flags,
/net/sunrpc/
H A Dauth.c546 int flags)
558 if (!entry->cr_ops->crmatch(acred, entry, flags))
560 if (flags & RPCAUTH_LOOKUP_RCU) {
580 if (flags & RPCAUTH_LOOKUP_RCU)
583 new = auth->au_ops->crcreate(auth, acred, flags);
591 if (!entry->cr_ops->crmatch(acred, entry, flags))
607 !(flags & RPCAUTH_LOOKUP_NEW)) {
621 rpcauth_lookupcred(struct rpc_auth *auth, int flags) argument
634 ret = auth->au_ops->lookup_cred(auth, &acred, flags);
690 rpcauth_bindcred(struct rpc_task *task, struct rpc_cred *cred, int flags) argument
545 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred, int flags) argument
[all...]
H A Dsvc.c1017 unsigned long flags; local
1035 spin_lock_irqsave(&current->sighand->siglock, flags);
1037 spin_unlock_irqrestore(&current->sighand->siglock, flags);
/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c62 int flags);
225 unsigned long flags; local
227 spin_lock_irqsave(&dto_lock, flags);
232 spin_unlock_irqrestore(&dto_lock, flags);
238 spin_lock_irqsave(&dto_lock, flags);
240 spin_unlock_irqrestore(&dto_lock, flags);
252 unsigned long flags; local
269 spin_lock_irqsave(&dto_lock, flags);
274 spin_unlock_irqrestore(&dto_lock, flags);
354 if (test_bit(RDMACTXT_F_LAST_CTXT, &ctxt->flags)) {
429 unsigned long flags; local
683 svc_rdma_create(struct svc_serv *serv, struct net *net, struct sockaddr *sa, int salen, int flags) argument
[all...]
/net/tipc/
H A Dbcast.c91 * @flags: represent bclink states
101 unsigned int flags; member in struct:tipc_bclink
127 if (likely(!bclink->flags)) {
132 if (bclink->flags & TIPC_BCLINK_RESET) {
133 bclink->flags &= ~TIPC_BCLINK_RESET;
147 void tipc_bclink_set_flags(unsigned int flags) argument
149 bclink->flags |= flags;
H A Dlink.h101 * @flags: execution state flags for link endpoint instance
149 unsigned int flags; member in struct:tipc_link
/net/wireless/
H A Dcore.c144 if (!(rdev->wiphy.flags & WIPHY_FLAG_NETNS_OK))
373 rdev->wiphy.flags |= WIPHY_FLAG_PS_ON_BY_DEFAULT;
498 (wiphy->wowlan->flags & WIPHY_WOWLAN_GTK_REKEY_FAILURE) &&
499 !(wiphy->wowlan->flags & WIPHY_WOWLAN_SUPPORTS_GTK_REKEY)))
502 !wiphy->wowlan->flags && !wiphy->wowlan->n_patterns &&
516 !(wiphy->flags & WIPHY_FLAG_HAVE_AP_SME)))
529 (!(wiphy->flags & WIPHY_FLAG_HAVE_AP_SME) ||
585 sband->channels[i].flags;
852 unsigned long flags; local
862 spin_lock_irqsave(&wdev->event_lock, flags);
[all...]
H A Dlib80211_crypt_tkip.c74 unsigned long flags; member in struct:lib80211_tkip_data
77 static unsigned long lib80211_tkip_set_flags(unsigned long flags, void *priv) argument
80 unsigned long old_flags = _priv->flags;
81 _priv->flags = flags;
88 return _priv->flags;
362 if (tkey->flags & IEEE80211_CRYPTO_TKIP_COUNTERMEASURES) {
419 if (tkey->flags & IEEE80211_CRYPTO_TKIP_COUNTERMEASURES) {
526 desc.flags = 0;
596 ev.flags
[all...]
H A Dmlme.c608 const u8 *buf, size_t len, u32 flags)
651 buf, len, flags, GFP_ATOMIC))
607 cfg80211_rx_mgmt(struct wireless_dev *wdev, int freq, int sig_mbm, const u8 *buf, size_t len, u32 flags) argument
H A Dsme.c97 if (channel->flags & IEEE80211_CHAN_DISABLED)
174 req.flags = params->flags;
693 unsigned long flags; local
714 spin_lock_irqsave(&wdev->event_lock, flags);
716 spin_unlock_irqrestore(&wdev->event_lock, flags);
808 unsigned long flags; local
828 spin_lock_irqsave(&wdev->event_lock, flags);
830 spin_unlock_irqrestore(&wdev->event_lock, flags);
887 unsigned long flags; local
[all...]
/net/9p/
H A Dtrans_fd.c173 unsigned long flags; local
185 spin_lock_irqsave(&p9_poll_lock, flags);
187 spin_unlock_irqrestore(&p9_poll_lock, flags);
200 unsigned long flags; local
205 spin_lock_irqsave(&m->client->lock, flags);
208 spin_unlock_irqrestore(&m->client->lock, flags);
220 spin_unlock_irqrestore(&m->client->lock, flags);
526 unsigned long flags; local
528 spin_lock_irqsave(&p9_poll_lock, flags);
531 spin_unlock_irqrestore(&p9_poll_lock, flags);
1082 unsigned long flags; local
[all...]
/net/appletalk/
H A Dddp.c358 if (!fiface && !(iface->dev->flags & IFF_LOOPBACK))
360 if (!(iface->dev->flags & (IFF_LOOPBACK | IFF_POINTOPOINT))) {
441 if (!(r->flags & RTF_UP))
445 if (r->flags & RTF_HOST) {
491 atrtr_default.flags = RTF_UP;
522 if (r->rt_flags != rt->flags)
526 if (!(rt->flags & RTF_HOST))
573 rt->flags = r->rt_flags;
593 (!(tmp->flags&RTF_GATEWAY) ||
704 if ((dev->flags
1186 atalk_connect(struct socket *sock, struct sockaddr *uaddr, int addr_len, int flags) argument
1568 int flags = msg->msg_flags; local
1731 atalk_recvmsg(struct kiocb *iocb, struct socket *sock, struct msghdr *msg, size_t size, int flags) argument
[all...]
/net/atm/
H A Dlec.c282 dev->name, vcc, vcc ? vcc->flags : 0, entry);
283 if (!vcc || !test_bit(ATM_VF_READY, &vcc->flags)) {
340 unsigned long flags; local
373 spin_lock_irqsave(&priv->lec_arp_lock, flags);
376 spin_unlock_irqrestore(&priv->lec_arp_lock, flags);
591 unsigned long flags; local
628 !priv->lecd || !(dev->flags & IFF_UP)) {
643 spin_lock_irqsave(&priv->lec_arp_lock, flags);
652 spin_unlock_irqrestore(&priv->lec_arp_lock, flags);
764 set_bit(ATM_VF_META, &vcc->flags);
825 unsigned long flags; member in struct:lec_state
1097 unsigned long flags; local
1488 unsigned long flags; local
1603 unsigned long flags; local
1684 unsigned long flags; local
1729 unsigned long flags; local
1823 unsigned long flags; local
1855 unsigned long flags; local
1957 unsigned long flags; local
2103 unsigned long flags; local
2139 unsigned long flags; local
2158 unsigned long flags; local
2196 unsigned long flags; local
2255 unsigned long flags; local
[all...]

Completed in 1532 milliseconds

1234567891011>>