Home
last modified time | relevance | path

Searched refs:add (Results 1 – 17 of 17) sorted by relevance

/net/ipv4/
Dip_sockglue.c955 int omode, add; in do_ip_setsockopt() local
965 add = 1; in do_ip_setsockopt()
968 add = 0; in do_ip_setsockopt()
979 add = 1; in do_ip_setsockopt()
982 add = 0; in do_ip_setsockopt()
984 err = ip_mc_source(add, omode, sk, &mreqs, 0); in do_ip_setsockopt()
1020 int omode, add; in do_ip_setsockopt() local
1041 add = 1; in do_ip_setsockopt()
1044 add = 0; in do_ip_setsockopt()
1057 add = 1; in do_ip_setsockopt()
[all …]
Droute.c2123 goto add; in __mkroute_output()
2135 add: in __mkroute_output()
Digmp.c2246 int ip_mc_source(int add, int omode, struct sock *sk, struct in ip_mc_source() argument
2301 if (!add) { in ip_mc_source()
/net/netfilter/ipvs/
Dip_vs_est.c64 bool add = false; in ip_vs_read_cpu_stats() local
71 if (add) { in ip_vs_read_cpu_stats()
86 add = true; in ip_vs_read_cpu_stats()
Dip_vs_ctl.c816 struct ip_vs_dest_user_kern *udest, int add) in __ip_vs_update_dest() argument
824 BUG_ON(!add && udest->af != dest->af); in __ip_vs_update_dest()
826 if (add && udest->af != svc->af) in __ip_vs_update_dest()
872 if (add) { in __ip_vs_update_dest()
/net/caif/
Dcfpkt_skbuff.c300 struct sk_buff *add = pkt_to_skb(addpkt); in cfpkt_append() local
301 u16 addlen = skb_headlen(add); in cfpkt_append()
329 memcpy(skb_tail_pointer(dst), add->data, skb_headlen(add)); in cfpkt_append()
/net/netfilter/
Dxt_recent.c568 bool add, succ; in recent_mt_proc_write() local
587 add = false; in recent_mt_proc_write()
590 add = true; in recent_mt_proc_write()
615 if (add) in recent_mt_proc_write()
618 if (add) in recent_mt_proc_write()
DKconfig652 Using this target and match, you can add/delete and match
976 Workaround: activate this option and add a rule to your firewall
1145 It will also add a "tos" match, which allows you to match packets
/net/ipv6/
Dipv6_sockglue.c681 int omode, add; in do_ipv6_setsockopt() local
696 add = 1; in do_ipv6_setsockopt()
699 add = 0; in do_ipv6_setsockopt()
710 add = 1; in do_ipv6_setsockopt()
713 add = 0; in do_ipv6_setsockopt()
715 retv = ip6_mc_source(add, omode, sk, &greqs); in do_ipv6_setsockopt()
Dip6_fib.c759 int add = (!info->nlh || in fib6_add_rt2node() local
872 if (!add) in fib6_add_rt2node()
875 add: in fib6_add_rt2node()
897 if (add) in fib6_add_rt2node()
898 goto add; in fib6_add_rt2node()
Dmcast.c318 int ip6_mc_source(int add, int omode, struct sock *sk, in ip6_mc_source() argument
374 if (!add) { in ip6_mc_source()
/net/rds/
Drdma.c807 rm->atomic.op_m_fadd.add = args->fadd.add; in rds_cmsg_atomic()
812 rm->atomic.op_m_fadd.add = args->m_fadd.add; in rds_cmsg_atomic()
Dib.c272 .add = rds_ib_add_one,
Drds.h383 uint64_t add; member
Dib_send.c791 send->s_atomic_wr.compare_add = op->op_m_fadd.add; in rds_ib_xmit_atomic()
/net/l2tp/
DKconfig103 interface, or add the interface to a bridge.
/net/sched/
DKconfig686 Say Y here to add a simple action for demonstration purposes.