Searched refs:hard (Results 1 – 7 of 7) sorted by relevance
/net/batman-adv/ |
D | Makefile | 32 batman-adv-y += hard-interface.o
|
D | Kconfig | 83 The information for each soft-interface and used hard-interface can be
|
/net/xfrm/ |
D | xfrm_user.c | 2204 if (up->hard) { in xfrm_add_pol_expire() 2208 km_policy_expired(xp, p->dir, up->hard, nlh->nlmsg_pid); in xfrm_add_pol_expire() 2236 km_state_expired(x, ue->hard, nlh->nlmsg_pid); in xfrm_add_sa_expire() 2238 if (ue->hard) { in xfrm_add_sa_expire() 2698 ue->hard = (c->data.hard != 0) ? 1 : 0; in build_expire() 2700 memset(&ue->hard + 1, 0, sizeof(*ue) - offsetofend(typeof(*ue), hard)); in build_expire() 3037 int hard = c->data.hard; in build_polexpire() local 3060 upe->hard = !!hard; in build_polexpire()
|
D | xfrm_state.c | 176 void km_state_expired(struct xfrm_state *x, int hard, u32 portid); 1948 void km_state_expired(struct xfrm_state *x, int hard, u32 portid) in km_state_expired() argument 1952 c.data.hard = hard; in km_state_expired() 1996 void km_policy_expired(struct xfrm_policy *pol, int dir, int hard, u32 portid) in km_policy_expired() argument 2000 c.data.hard = hard; in km_policy_expired()
|
/net/rfkill/ |
D | core.c | 261 ev->hard = !!(rfkill->state & RFKILL_BLOCK_HW); in rfkill_fill_event() 708 static DEVICE_ATTR_RO(hard);
|
/net/key/ |
D | af_key.c | 3029 int hard; in key_notify_sa_expire() local 3032 hard = c->data.hard; in key_notify_sa_expire() 3033 if (hard) in key_notify_sa_expire()
|
/net/netfilter/ |
D | Kconfig | 256 same port. This make them hard to firewall properly because connection 276 same port. This make them hard to firewall properly because connection
|