Home
last modified time | relevance | path

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

/net/ipv4/
Dip_sockglue.c815 int omode, add; in do_ip_setsockopt() local
825 add = 1; in do_ip_setsockopt()
828 add = 0; in do_ip_setsockopt()
839 add = 1; in do_ip_setsockopt()
842 add = 0; in do_ip_setsockopt()
844 err = ip_mc_source(add, omode, sk, &mreqs, 0); in do_ip_setsockopt()
880 int omode, add; in do_ip_setsockopt() local
901 add = 1; in do_ip_setsockopt()
904 add = 0; in do_ip_setsockopt()
917 add = 1; in do_ip_setsockopt()
[all …]
Droute.c1967 goto add; in __mkroute_output()
1978 add: in __mkroute_output()
Digmp.c2009 int ip_mc_source(int add, int omode, struct sock *sk, struct in ip_mc_source() argument
2064 if (!add) { in ip_mc_source()
/net/netfilter/ipvs/
Dip_vs_est.c62 bool add = false; in ip_vs_read_cpu_stats() local
68 if (add) { in ip_vs_read_cpu_stats()
80 add = true; in ip_vs_read_cpu_stats()
Dip_vs_ctl.c775 struct ip_vs_dest_user_kern *udest, int add) in __ip_vs_update_dest() argument
783 BUG_ON(!add && udest->af != dest->af); in __ip_vs_update_dest()
785 if (add && udest->af != svc->af) in __ip_vs_update_dest()
831 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.c544 bool add, succ; in recent_mt_proc_write() local
563 add = false; in recent_mt_proc_write()
566 add = true; in recent_mt_proc_write()
591 if (add) in recent_mt_proc_write()
594 if (add) in recent_mt_proc_write()
DKconfig594 Using this target and match, you can add/delete and match
915 Workaround: activate this option and add a rule to your firewall
1084 It will also add a "tos" match, which allows you to match packets
/net/ipv6/
Dipv6_sockglue.c654 int omode, add; in do_ipv6_setsockopt() local
669 add = 1; in do_ipv6_setsockopt()
672 add = 0; in do_ipv6_setsockopt()
683 add = 1; in do_ipv6_setsockopt()
686 add = 0; in do_ipv6_setsockopt()
688 retv = ip6_mc_source(add, omode, sk, &greqs); in do_ipv6_setsockopt()
Dip6_fib.c702 int add = (!info->nlh || in fib6_add_rt2node() local
801 if (!add) in fib6_add_rt2node()
804 add: in fib6_add_rt2node()
824 if (add) in fib6_add_rt2node()
825 goto add; in fib6_add_rt2node()
Droute.c2419 static int ip6_route_multipath(struct fib6_config *cfg, int add) in ip6_route_multipath() argument
2447 err = add ? ip6_route_add(&r_cfg) : ip6_route_del(&r_cfg); in ip6_route_multipath()
2454 if (add) { in ip6_route_multipath()
2458 add = 0; in ip6_route_multipath()
Dmcast.c313 int ip6_mc_source(int add, int omode, struct sock *sk, in ip6_mc_source() argument
369 if (!add) { in ip6_mc_source()
/net/rds/
Drdma.c797 rm->atomic.op_m_fadd.add = args->fadd.add; in rds_cmsg_atomic()
802 rm->atomic.op_m_fadd.add = args->m_fadd.add; in rds_cmsg_atomic()
Diw.c163 .add = rds_iw_add_one,
Dib.c262 .add = rds_ib_add_one,
Drds.h326 uint64_t add; member
Dib_send.c824 send->s_wr.wr.atomic.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/
DKconfig658 Say Y here to add a simple action for demonstration purposes.