Searched refs:pe (Results 1 – 7 of 7) sorted by relevance
| /net/netfilter/ipvs/ |
| A D | ip_vs_pe.c | 23 struct ip_vs_pe *pe; in __ip_vs_pe_getbyname() local 31 if (pe->module && in __ip_vs_pe_getbyname() 32 !try_module_get(pe->module)) { in __ip_vs_pe_getbyname() 39 return pe; in __ip_vs_pe_getbyname() 41 module_put(pe->module); in __ip_vs_pe_getbyname() 51 struct ip_vs_pe *pe; in ip_vs_pe_getbyname() local 54 pe = __ip_vs_pe_getbyname(name); in ip_vs_pe_getbyname() 57 if (!pe) { in ip_vs_pe_getbyname() 59 pe = __ip_vs_pe_getbyname(name); in ip_vs_pe_getbyname() 62 return pe; in ip_vs_pe_getbyname() [all …]
|
| A D | ip_vs_conn.c | 128 if (p->pe_data && p->pe->hashkey_raw) in ip_vs_conn_hashkey_param() 150 if (cp->pe) { in ip_vs_conn_hashkey_conn() 151 p.pe = cp->pe; in ip_vs_conn_hashkey_conn() 362 if (p->pe == cp->pe && p->pe->ct_match(p, cp)) { in ip_vs_ct_in_get() 817 ip_vs_pe_put(cp->pe); in ip_vs_conn_rcu_free() 972 if (flags & IP_VS_CONN_F_TEMPLATE && p->pe) { in ip_vs_conn_new() 973 ip_vs_pe_get(p->pe); in ip_vs_conn_new() 974 cp->pe = p->pe; in ip_vs_conn_new() 978 cp->pe = NULL; in ip_vs_conn_new() 1142 len = strlen(cp->pe->name); in ip_vs_conn_seq_show() [all …]
|
| A D | ip_vs_ctl.c | 1394 if (pe == NULL) { in ip_vs_add_service() 1468 if (pe && pe->conn_out) in ip_vs_add_service() 1472 RCU_INIT_POINTER(svc->pe, pe); in ip_vs_add_service() 1473 pe = NULL; in ip_vs_add_service() 1505 ip_vs_pe_put(pe); in ip_vs_add_service() 1540 if (pe == NULL) { in ip_vs_edit_service() 1546 old_pe = pe; in ip_vs_edit_service() 1587 rcu_assign_pointer(svc->pe, pe); in ip_vs_edit_service() 1589 new_pe_conn_out = (pe && pe->conn_out) ? true : false; in ip_vs_edit_service() 3345 pe = rcu_dereference_protected(svc->pe, 1); in ip_vs_genl_fill_service() [all …]
|
| A D | ip_vs_core.c | 238 p->pe = rcu_dereference(svc->pe); in ip_vs_conn_fill_param_persist() 239 if (p->pe && p->pe->fill_param) in ip_vs_conn_fill_param_persist() 240 return p->pe->fill_param(p, skb); in ip_vs_conn_fill_param_persist() 1241 struct ip_vs_pe *pe; in __ip_vs_rs_conn_out() local 1245 pe = rcu_dereference(svc->pe); in __ip_vs_rs_conn_out() 1246 if (pe && pe->conn_out) in __ip_vs_rs_conn_out() 1247 cp = pe->conn_out(svc, dest, skb, iph, in __ip_vs_rs_conn_out()
|
| A D | ip_vs_sync.c | 659 pe_name_len = strnlen(cp->pe->name, IP_VS_PENAME_MAXLEN); in ip_vs_sync_conn() 766 memcpy(p, cp->pe->name, pe_name_len); in ip_vs_sync_conn() 815 p->pe = __ip_vs_pe_getbyname(buff); in ip_vs_conn_fill_param_sync() 816 if (!p->pe) { in ip_vs_conn_fill_param_sync() 828 module_put(p->pe->module); in ip_vs_conn_fill_param_sync() 1191 ip_vs_pe_put(param.pe); in ip_vs_proc_sync_conn()
|
| /net/smc/ |
| A D | smc_pnet.c | 729 struct smc_pnetids_ndev_entry *pe; in smc_pnet_is_ndev_pnetid() local 748 struct smc_pnetids_ndev_entry *pe, *pi; in smc_pnet_add_pnetid() local 750 pe = kzalloc(sizeof(*pe), GFP_KERNEL); in smc_pnet_add_pnetid() 751 if (!pe) in smc_pnet_add_pnetid() 758 kfree(pe); in smc_pnet_add_pnetid() 762 refcount_set(&pe->refcnt, 1); in smc_pnet_add_pnetid() 774 struct smc_pnetids_ndev_entry *pe, *pe2; in smc_pnet_remove_pnetid() local 780 list_del(&pe->list); in smc_pnet_remove_pnetid() 781 kfree(pe); in smc_pnet_remove_pnetid() 833 list_del(&pe->list); in smc_pnet_destroy_pnetids_list() [all …]
|
| /net/core/ |
| A D | pktgen.c | 3918 struct proc_dir_entry *pe; in pktgen_create_thread() local 3946 pe = proc_create_data(t->tsk->comm, 0600, pn->proc_dir, in pktgen_create_thread() 3948 if (!pe) { in pktgen_create_thread() 4022 struct proc_dir_entry *pe; in pg_net_init() local 4033 pe = proc_create(PGCTRL, 0600, pn->proc_dir, &pktgen_proc_ops); in pg_net_init() 4034 if (pe == NULL) { in pg_net_init()
|
Completed in 34 milliseconds