Searched refs:flag (Results 26 - 34 of 34) sorted by relevance

12

/net/netfilter/ipvs/
H A Dip_vs_sync.c1031 __u32 *opt_flags, __u32 flag)
1037 if (*opt_flags & flag) {
1038 IP_VS_DBG(2, "BACKUP, Par.data found twice 0x%x\n", flag);
1043 *opt_flags |= flag;
1029 ip_vs_proc_str(__u8 *p, unsigned int plen, unsigned int *data_len, __u8 **data, unsigned int maxlen, __u32 *opt_flags, __u32 flag) argument
/net/ceph/
H A Dosd_client.c550 u64 cookie, u64 version, int flag)
558 if (opcode == CEPH_OSD_OP_WATCH && flag)
559 op->watch.flag = (u8)1;
576 * not worth a feature bit. Set FAILOK per-op flag to make
671 dst->watch.flag = src->watch.flag;
548 osd_req_op_watch_init(struct ceph_osd_request *osd_req, unsigned int which, u16 opcode, u64 cookie, u64 version, int flag) argument
/net/mac80211/
H A Dtx.c145 u32 flag; local
147 flag = IEEE80211_RATE_MANDATORY_G;
149 flag = IEEE80211_RATE_MANDATORY_B;
150 if (r->flags & flag)
1134 * If this flag is set to true anywhere, and we get here,
1135 * we are doing the needed processing, so remove the flag
1745 * flag.
1751 * monitor flag interfaces used for AP support.
2994 * MoreData flag in IEEE 802.11 header to inform PS
H A Dibss.c1019 if (rx_status->flag & RX_FLAG_5MHZ)
1021 if (rx_status->flag & RX_FLAG_10MHZ)
/net/core/
H A Dsock.c31 * Alan Cox : Clean up error flag in accept
39 * Alan Cox : Added zapped flag for TCP
55 * Alan Cox : Nagle flag for Charles & Johannes stuff
2427 void sock_enable_timestamp(struct sock *sk, int flag) argument
2429 if (!sock_flag(sk, flag)) {
2432 sock_set_flag(sk, flag);
/net/wireless/
H A Dnl80211.c2459 int flag; local
2470 for (flag = 1; flag <= NL80211_MNTR_FLAG_MAX; flag++)
2471 if (flags[flag])
2472 *mntrflags |= (1<<flag);
3440 int flag; local
3498 for (flag = 1; flag <= NL80211_STA_FLAG_MAX; flag
[all...]
/net/ipv6/
H A Daddrconf.c2280 * 2) Configure prefixes with the auto flag set
2588 * that the Optimistic flag should not be set for
2730 int flag = scope; local
2741 flag |= IFA_HOST;
2744 add_addr(idev, &addr, plen, flag);
/net/netlink/
H A Daf_netlink.c1383 static inline int netlink_allowed(const struct socket *sock, unsigned int flag) argument
1385 return (nl_table[sock->sk->sk_protocol].flags & flag) ||
2881 * delivery errors if NETLINK_BROADCAST_ERROR flag is set */
/net/packet/
H A Daf_packet.c1330 static bool fanout_has_flag(struct packet_fanout *f, u16 flag) argument
1332 return f->flags & (flag >> 8);

Completed in 489 milliseconds

12