Searched refs:pe (Results 1 - 6 of 6) sorted by relevance

/net/netfilter/ipvs/
H A Dip_vs_pe.c13 /* IPVS pe list */
19 /* Get pe in the pe list by name */
22 struct ip_vs_pe *pe; local
28 list_for_each_entry_rcu(pe, &ip_vs_pe, n_list) {
30 if (pe->module &&
31 !try_module_get(pe->module)) {
32 /* This pe is just deleted */
35 if (strcmp(pe_name, pe->name)==0) {
38 return pe;
51 struct ip_vs_pe *pe; local
66 register_ip_vs_pe(struct ip_vs_pe *pe) argument
97 unregister_ip_vs_pe(struct ip_vs_pe *pe) argument
[all...]
H A Dip_vs_conn.c132 if (p->pe_data && p->pe->hashkey_raw)
133 return p->pe->hashkey_raw(p, ip_vs_conn_rnd, inverse) &
154 if (cp->pe) {
155 p.pe = cp->pe;
361 if (unlikely(p->pe_data && p->pe->ct_match)) {
364 if (p->pe == cp->pe && p->pe->ct_match(p, cp)) {
795 ip_vs_pe_put(cp->pe);
[all...]
H A Dip_vs_ctl.c1156 struct ip_vs_pe *pe = NULL; local
1172 pe = ip_vs_pe_getbyname(u->pe_name);
1173 if (pe == NULL) {
1235 RCU_INIT_POINTER(svc->pe, pe);
1236 pe = NULL;
1265 ip_vs_pe_put(pe);
1281 struct ip_vs_pe *pe = NULL, *old_pe = NULL; local
1295 pe = ip_vs_pe_getbyname(u->pe_name);
1296 if (pe
2835 struct ip_vs_pe *pe; local
[all...]
H A Dip_vs_sync.c654 pe_name_len = strnlen(cp->pe->name, IP_VS_PENAME_MAXLEN);
751 /* Handle pe data */
761 memcpy(p, cp->pe->name, pe_name_len);
803 /* Handle pe data */
810 p->pe = __ip_vs_pe_getbyname(buff);
811 if (!p->pe) {
823 if (p->pe->module)
824 module_put(p->pe->module);
H A Dip_vs_core.c214 p->pe = rcu_dereference(svc->pe);
215 if (p->pe && p->pe->fill_param)
216 return p->pe->fill_param(p, skb);
/net/core/
H A Dpktgen.c3644 struct proc_dir_entry *pe; local
3675 pe = proc_create_data(t->tsk->comm, 0600, pn->proc_dir,
3677 if (!pe) {
3750 struct proc_dir_entry *pe; local
3761 pe = proc_create(PGCTRL, 0600, pn->proc_dir, &pktgen_fops);
3762 if (pe == NULL) {

Completed in 130 milliseconds